Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9a6b;
}
.zinnia-gold {
color: #ffd980;
}
.nature-s-delight {
color: #a3d68f;
}
.durban-sky {
color: #5b8c9a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9a6b;
--zinnia-gold:#ffd980;
--nature-s-delight:#a3d68f;
--durban-sky:#5b8c9a;
}