Color names in this palette
CSS code for this palette
/* CSS */
.deluxe-days {
color: #8ecae6;
}
.king-nacho {
color: #ffb805;
}
.the-new-black {
color: #fa8500;
}
.saffron-gold {
color: #f48d06;
}
.red-bell-pepper {
color: #de2e02;
}
/* CSS Variables */
:root {
--deluxe-days:#8ecae6;
--king-nacho:#ffb805;
--the-new-black:#fa8500;
--saffron-gold:#f48d06;
--red-bell-pepper:#de2e02;
}