Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.steel-pan-mallet {
color: #70a4a1;
}
.sunny-mood {
color: #f7c94b;
}
.candy {
color: #ff9985;
}
.radiant-orchid {
color: #a9609e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--steel-pan-mallet:#70a4a1;
--sunny-mood:#f7c94b;
--candy:#ff9985;
--radiant-orchid:#a9609e;
}