Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.king-nacho {
color: #ffb805;
}
.the-new-black {
color: #fa8500;
}
.vivid-raspberry {
color: #ff006e;
}
.red-epiphyllum {
color: #d10000;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--king-nacho:#ffb805;
--the-new-black:#fa8500;
--vivid-raspberry:#ff006e;
--red-epiphyllum:#d10000;
}