Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75c;
}
.brittlebush {
color: #e8a945;
}
.turmeric-tea {
color: #d78b28;
}
.ochre {
color: #c5761b;
}
.ancient-brandy {
color: #aa6b0e;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75c;
--brittlebush:#e8a945;
--turmeric-tea:#d78b28;
--ochre:#c5761b;
--ancient-brandy:#aa6b0e;
}