Color names in this palette
CSS code for this palette
/* CSS */
.coquelicot {
color: #ff3c00;
}
.white {
color: #ffffff;
}
.forest-blues {
color: #0a3d61;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.honey-glow {
color: #eab543;
}
/* CSS Variables */
:root {
--coquelicot:#ff3c00;
--white:#ffffff;
--forest-blues:#0a3d61;
--solar-plexus-chakra:#f1c84b;
--honey-glow:#eab543;
}