Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.dublin {
color: #6fbe6f;
}
.arboretum {
color: #6fbe9e;
}
.surgical {
color: #60a5be;
}
.burning-flame {
color: #ffb361;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--dublin:#6fbe6f;
--arboretum:#6fbe9e;
--surgical:#60a5be;
--burning-flame:#ffb361;
}