Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mango-orange {
color: #ff8a5c;
}
.ripe-pumpkin {
color: #feb134;
}
.pristine-petal {
color: #d5e1df;
}
.sundried-tomato {
color: #682c2c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mango-orange:#ff8a5c;
--ripe-pumpkin:#feb134;
--pristine-petal:#d5e1df;
--sundried-tomato:#682c2c;
}