Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.papaya {
color: #ff9a5c;
}
.apricot-glow {
color: #ffcc7a;
}
.mouse-nose {
color: #ffe4b3;
}
.soft-orange-bloom {
color: #ffddd1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--papaya:#ff9a5c;
--apricot-glow:#ffcc7a;
--mouse-nose:#ffe4b3;
--soft-orange-bloom:#ffddd1;
}