Color names in this palette
CSS code for this palette
/* CSS */
.butter-cream {
color: #f5b342;
}
.sunset-gold {
color: #f8c463;
}
.gold-sand {
color: #f6e6a7;
}
.quench-blue {
color: #b4e1e4;
}
.cologne {
color: #7bc0d5;
}
/* CSS Variables */
:root {
--butter-cream:#f5b342;
--sunset-gold:#f8c463;
--gold-sand:#f6e6a7;
--quench-blue:#b4e1e4;
--cologne:#7bc0d5;
}