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