Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peachy-salmon {
color: #ff9d80;
}
.cream-puff {
color: #ffb899;
}
.peach-of-mind {
color: #ffe3b3;
}
.natural-wool {
color: #fff6d6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peachy-salmon:#ff9d80;
--cream-puff:#ffb899;
--peach-of-mind:#ffe3b3;
--natural-wool:#fff6d6;
}