Color names in this palette
CSS code for this palette
/* CSS */
.deviled-eggs {
color: #fdcc81;
}
.grapefruit-pulp {
color: #ff6e61;
}
.wild-violet {
color: #681b98;
}
.floral-leaf {
color: #ffb84d;
}
.clean-pool {
color: #50c2f7;
}
/* CSS Variables */
:root {
--deviled-eggs:#fdcc81;
--grapefruit-pulp:#ff6e61;
--wild-violet:#681b98;
--floral-leaf:#ffb84d;
--clean-pool:#50c2f7;
}