Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.sweet-apricot {
color: #ffbda3;
}
.mood-lighting {
color: #ffe6d6;
}
.soft-orange-bloom {
color: #ffddd1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--sweet-apricot:#ffbda3;
--mood-lighting:#ffe6d6;
--soft-orange-bloom:#ffddd1;
}