Color names in this palette
CSS code for this palette
/* CSS */
.angel-food-cake {
color: #d8a44b;
}
.river-of-gold {
color: #e4b75e;
}
.cornsilk-yellow {
color: #f3c66d;
}
.5 {
color: #f9d68b;
}
.chai-latte {
color: #f8cba0;
}
/* CSS Variables */
:root {
--angel-food-cake:#d8a44b;
--river-of-gold:#e4b75e;
--cornsilk-yellow:#f3c66d;
--5:#f9d68b;
--chai-latte:#f8cba0;
}