Color names in this palette
CSS code for this palette
/* CSS */
.arctic-paradise {
color: #b9e6f9;
}
.king-nacho {
color: #ffb805;
}
.the-new-black {
color: #fa8500;
}
.vivid-raspberry {
color: #ff006e;
}
.moth-orchid {
color: #d10070;
}
/* CSS Variables */
:root {
--arctic-paradise:#b9e6f9;
--king-nacho:#ffb805;
--the-new-black:#fa8500;
--vivid-raspberry:#ff006e;
--moth-orchid:#d10070;
}