Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.nevada-sky {
color: #a1d9e8;
}
.pompeii-ash {
color: #6d767e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--solar-plexus-chakra:#f1c84b;
--nevada-sky:#a1d9e8;
--pompeii-ash:#6d767e;
}