Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.butternut {
color: #ffa175;
}
.floral-leaf {
color: #ffb84d;
}
.hawkbit {
color: #ffdc6b;
}
.peach-puff {
color: #ffd9b8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--butternut:#ffa175;
--floral-leaf:#ffb84d;
--hawkbit:#ffdc6b;
--peach-puff:#ffd9b8;
}