Color names in this palette
CSS code for this palette
/* CSS */
.deluxe-days {
color: #8ecae6;
}
.king-nacho {
color: #ffb805;
}
.the-new-black {
color: #fa8500;
}
.sasquatch-socks {
color: #ff477e;
}
.safflower-red {
color: #d8313c;
}
/* CSS Variables */
:root {
--deluxe-days:#8ecae6;
--king-nacho:#ffb805;
--the-new-black:#fa8500;
--sasquatch-socks:#ff477e;
--safflower-red:#d8313c;
}