Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.butter-cream {
color: #f6b141;
}
.sundance {
color: #f9c86c;
}
.chai-latte {
color: #fbc9a2;
}
.flower-of-oahu {
color: #f6dfc6;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--butter-cream:#f6b141;
--sundance:#f9c86c;
--chai-latte:#fbc9a2;
--flower-of-oahu:#f6dfc6;
}