Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff9d8a;
}
.nature-apricot {
color: #ffb6a3;
}
.dreamsicle {
color: #f6d6c1;
}
.blush-tint {
color: #f3e2e6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff9d8a;
--nature-apricot:#ffb6a3;
--dreamsicle:#f6d6c1;
--blush-tint:#f3e2e6;
}