Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.estuary-blue {
color: #6ea3b4;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.citrus-blast {
color: #e07b38;
}
.red-trillium {
color: #c74d4d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--estuary-blue:#6ea3b4;
--solar-plexus-chakra:#f1c84b;
--citrus-blast:#e07b38;
--red-trillium:#c74d4d;
}