Color names in this palette
CSS code for this palette
/* CSS */
.cornsilk-yellow {
color: #f3c96d;
}
.precious-pink {
color: #f5b2b6;
}
.grapefruit-pulp {
color: #ff6e61;
}
.sugar-high {
color: #f1c6e7;
}
.storm-lightning {
color: #f9e59f;
}
/* CSS Variables */
:root {
--cornsilk-yellow:#f3c96d;
--precious-pink:#f5b2b6;
--grapefruit-pulp:#ff6e61;
--sugar-high:#f1c6e7;
--storm-lightning:#f9e59f;
}