Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.dublin {
color: #6dbf69;
}
.blue-bay {
color: #5d9bd5;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.fever {
color: #e84a4a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--dublin:#6dbf69;
--blue-bay:#5d9bd5;
--solar-plexus-chakra:#f1c84b;
--fever:#e84a4a;
}