Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.zinnia-gold {
color: #ffd980;
}
.storm-lightning {
color: #f9e79f;
}
.fake-blonde {
color: #f0e3c1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9e66;
--zinnia-gold:#ffd980;
--storm-lightning:#f9e79f;
--fake-blonde:#f0e3c1;
}