Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.sweet-apricot {
color: #ffbda3;
}
.mood-lighting {
color: #ffe6d6;
}
.ladylike {
color: #ffc2c2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--sweet-apricot:#ffbda3;
--mood-lighting:#ffe6d6;
--ladylike:#ffc2c2;
}