* #2 - wip * #2 - wip * #2 - ui fixes to login page * #2 - fix * #2 - fix * #4- wip * #4 - wip * #4 - wip * #4 - wip * #4- wip * #4 - wip * #4 - wip * #4 - tests * #4 - ecs fix * #4 - fix * #4 - wip * #4 - fix * #4 - fix * #4 - fix composer * #4 - cr fix Co-authored-by: EwelinaLasowy <ewelina.lasowy@blumilk.pl>
		
			
				
	
	
		
			22 lines
		
	
	
		
			270 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			270 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
declare(strict_types=1);
 | 
						|
 | 
						|
return [
 | 
						|
    "#475569",
 | 
						|
    "#EA580C",
 | 
						|
    "#EAB308",
 | 
						|
    "#CA8A04",
 | 
						|
    "#84CC16",
 | 
						|
    "#4D7C0F",
 | 
						|
    "#10B981",
 | 
						|
    "#06B6D4",
 | 
						|
    "#4338CA",
 | 
						|
    "#A855F7",
 | 
						|
    "#86198F",
 | 
						|
    "#FB7185",
 | 
						|
    "#EC4899",
 | 
						|
    "#9D174D",
 | 
						|
    "#F43F5E",
 | 
						|
];
 |