Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75c;
}
.chandra-cream {
color: #e8b85e;
}
.cat-s-eye-marble {
color: #d8a65f;
}
.laredo-road {
color: #c69e4e;
}
.venetian-gold {
color: #b58e40;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75c;
--chandra-cream:#e8b85e;
--cat-s-eye-marble:#d8a65f;
--laredo-road:#c69e4e;
--venetian-gold:#b58e40;
}