Color names in this palette
CSS code for this palette
/* CSS */
.palomino-gold {
color: #d6b300;
}
.kowloon {
color: #e3d559;
}
.coco-lemon-tart {
color: #f0e08a;
}
.vanilla-cream {
color: #f7e4ab;
}
.spanish-cream {
color: #fce4c0;
}
/* CSS Variables */
:root {
--palomino-gold:#d6b300;
--kowloon:#e3d559;
--coco-lemon-tart:#f0e08a;
--vanilla-cream:#f7e4ab;
--spanish-cream:#fce4c0;
}