Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.dwarven-peaches {
color: #ffa07a;
}
.nature-apricot {
color: #ffbaa3;
}
.mouse-nose {
color: #ffe4b3;
}
.flower-spell {
color: #ffccd5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--dwarven-peaches:#ffa07a;
--nature-apricot:#ffbaa3;
--mouse-nose:#ffe4b3;
--flower-spell:#ffccd5;
}