* #75 - fix data leak to ui-avatars * #75 - ecs fix * #75 - new colors * #75 - change font color * #75 - ecs fix * #75 - change colors order * #75 - fix * #75 - fix * #75 - ecs fix Co-authored-by: EwelinaLasowy <ewelina.lasowy@blumilk.pl>
		
			
				
	
	
		
			38 lines
		
	
	
		
			510 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			510 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
declare(strict_types=1);
 | 
						|
 | 
						|
return [
 | 
						|
    "#f43f5e",
 | 
						|
    "#e11d48",
 | 
						|
    "#ec4899",
 | 
						|
    "#db2777",
 | 
						|
    "#d946ef",
 | 
						|
    "#c026d3",
 | 
						|
    "#a855f7",
 | 
						|
    "#9333ea",
 | 
						|
    "#527aba",
 | 
						|
    "#3c5f97",
 | 
						|
    "#6366f1",
 | 
						|
    "#4f46e5",
 | 
						|
    "#3b82f6",
 | 
						|
    "#2563eb",
 | 
						|
    "#0ea5e9",
 | 
						|
    "#0284c7",
 | 
						|
    "#06b6d4",
 | 
						|
    "#0891b2",
 | 
						|
    "#14b8a6",
 | 
						|
    "#0d9488",
 | 
						|
    "#22c55e",
 | 
						|
    "#16a34a",
 | 
						|
    "#84cc16",
 | 
						|
    "#65a30d",
 | 
						|
    "#eab308",
 | 
						|
    "#ca8a04",
 | 
						|
    "#f97316",
 | 
						|
    "#ea580c",
 | 
						|
    "#ef4444",
 | 
						|
    "#dc2626",
 | 
						|
    "#4b5563",
 | 
						|
];
 |