Color names in this palette
CSS code for this palette
/* CSS */
.peach-pink {
color: #ff998a;
}
.grapefruit-pulp {
color: #ff6e61;
}
.desert-dessert {
color: #ffb86b;
}
.gilded {
color: #f5df51;
}
.hawkbit {
color: #ffdc6b;
}
/* CSS Variables */
:root {
--peach-pink:#ff998a;
--grapefruit-pulp:#ff6e61;
--desert-dessert:#ffb86b;
--gilded:#f5df51;
--hawkbit:#ffdc6b;
}