Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75c;
}
.egyptian-gold {
color: #f1ac4b;
}
.culpeo {
color: #e69a3d;
}
.bitter-orange {
color: #d8792c;
}
.grieving-daylily {
color: #c0551b;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75c;
--egyptian-gold:#f1ac4b;
--culpeo:#e69a3d;
--bitter-orange:#d8792c;
--grieving-daylily:#c0551b;
}