Color names in this palette
CSS code for this palette
/* CSS */
.blue-tourmaline {
color: #4e96d4;
}
.undercool {
color: #7ec6e7;
}
.yellow-wax-pepper {
color: #f0e5b7;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.fire-island {
color: #d74f37;
}
/* CSS Variables */
:root {
--blue-tourmaline:#4e96d4;
--undercool:#7ec6e7;
--yellow-wax-pepper:#f0e5b7;
--solar-plexus-chakra:#f1c84b;
--fire-island:#d74f37;
}