Color names in this palette
CSS code for this palette
/* CSS */
.sunray {
color: #e3aa59;
}
.ceremonial-gold {
color: #d69f5c;
}
.deep-fried-sun-rays {
color: #f6c55a;
}
.ginger-milk {
color: #f6a85a;
}
.sour-cherry {
color: #e3493b;
}
/* CSS Variables */
:root {
--sunray:#e3aa59;
--ceremonial-gold:#d69f5c;
--deep-fried-sun-rays:#f6c55a;
--ginger-milk:#f6a85a;
--sour-cherry:#e3493b;
}