Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.polar-ice {
color: #70a4d2;
}
.butter-cream {
color: #f1b341;
}
.nature-s-delight {
color: #a9d18f;
}
.sugar-rush {
color: #d6619c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--polar-ice:#70a4d2;
--butter-cream:#f1b341;
--nature-s-delight:#a9d18f;
--sugar-rush:#d6619c;
}