Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.grapefruit-pulp {
color: #ff7161;
}
.candy {
color: #ff9b85;
}
.floral-leaf {
color: #ffb84d;
}
.middle-yellow {
color: #ffea00;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--grapefruit-pulp:#ff7161;
--candy:#ff9b85;
--floral-leaf:#ffb84d;
--middle-yellow:#ffea00;
}