Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.butternut {
color: #ffa175;
}
.nature-apricot {
color: #ffb7a3;
}
.tropical-peach {
color: #ffc3b3;
}
.soft-orange-bloom {
color: #ffddd1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--butternut:#ffa175;
--nature-apricot:#ffb7a3;
--tropical-peach:#ffc3b3;
--soft-orange-bloom:#ffddd1;
}