Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.estuary-blue {
color: #6ea3b9;
}
.peach-damask {
color: #f7c5a6;
}
.parfait-pink {
color: #e3b0c4;
}
.sunny-mood {
color: #f7c94b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--estuary-blue:#6ea3b9;
--peach-damask:#f7c5a6;
--parfait-pink:#e3b0c4;
--sunny-mood:#f7c94b;
}