Color names in this palette
CSS code for this palette
/* CSS */
.radar {
color: #b7c8e6;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.porsche {
color: #e1a35b;
}
.flame-stitch {
color: #d86146;
}
.magenta-haze {
color: #a34d75;
}
/* CSS Variables */
:root {
--radar:#b7c8e6;
--solar-plexus-chakra:#f1c84b;
--porsche:#e1a35b;
--flame-stitch:#d86146;
--magenta-haze:#a34d75;
}