Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peachy-salmon {
color: #ff9b80;
}
.nature-apricot {
color: #ffb7a3;
}
.peach-puff {
color: #ffd9b8;
}
.milk-froth {
color: #ffedcc;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peachy-salmon:#ff9b80;
--nature-apricot:#ffb7a3;
--peach-puff:#ffd9b8;
--milk-froth:#ffedcc;
}