Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.feather-star {
color: #5f9cec;
}
.be-spontaneous {
color: #a0d468;
}
.rosecco {
color: #eab8e4;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--feather-star:#5f9cec;
--be-spontaneous:#a0d468;
--rosecco:#eab8e4;
}