Color names in this palette
CSS code for this palette
/* CSS */
.smooth-as-corn-silk {
color: #f5e3b2;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
.nova-pink {
color: #d84b9d;
}
.squeaky {
color: #6cc4d5;
}
/* CSS Variables */
:root {
--smooth-as-corn-silk:#f5e3b2;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
--nova-pink:#d84b9d;
--squeaky:#6cc4d5;
}