Color names in this palette
CSS code for this palette
/* CSS */
.in-the-slip {
color: #e5c2d1;
}
.petals-unfolding {
color: #f4b8c4;
}
.stella-dora {
color: #f9d8a4;
}
.orange-fire {
color: #ffab6b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--in-the-slip:#e5c2d1;
--petals-unfolding:#f4b8c4;
--stella-dora:#f9d8a4;
--orange-fire:#ffab6b;
--grapefruit-pulp:#ff6e61;
}