Color names in this palette
CSS code for this palette
/* CSS */
.deluxe-days {
color: #8ecae6;
}
.king-nacho {
color: #ffb805;
}
.the-new-black {
color: #fa8500;
}
.marigold {
color: #ffbe0a;
}
.mystery-oceans {
color: #023c88;
}
/* CSS Variables */
:root {
--deluxe-days:#8ecae6;
--king-nacho:#ffb805;
--the-new-black:#fa8500;
--marigold:#ffbe0a;
--mystery-oceans:#023c88;
}