Color names in this palette
CSS code for this palette
/* CSS */
.chai-spice {
color: #b97e50;
}
.river-of-gold {
color: #e4b35e;
}
.oriole-yellow {
color: #f3d677;
}
.cymophane-yellow {
color: #f4e4a9;
}
.apple-cream {
color: #b6d7a8;
}
/* CSS Variables */
:root {
--chai-spice:#b97e50;
--river-of-gold:#e4b35e;
--oriole-yellow:#f3d677;
--cymophane-yellow:#f4e4a9;
--apple-cream:#b6d7a8;
}