Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.butternut {
color: #ffa175;
}
.island-girl {
color: #ffb699;
}
.creamy-lemon {
color: #fff4b3;
}
.polka-dot-skirt {
color: #fce1a1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--butternut:#ffa175;
--island-girl:#ffb699;
--creamy-lemon:#fff4b3;
--polka-dot-skirt:#fce1a1;
}