Color names in this palette
CSS code for this palette
/* CSS */
.deluxe-days {
color: #8ecae6;
}
.king-nacho {
color: #ffb805;
}
.the-new-black {
color: #fa8500;
}
.heartfelt {
color: #ffadcb;
}
.kisses-and-hugs {
color: #ff667d;
}
/* CSS Variables */
:root {
--deluxe-days:#8ecae6;
--king-nacho:#ffb805;
--the-new-black:#fa8500;
--heartfelt:#ffadcb;
--kisses-and-hugs:#ff667d;
}