Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peachy-salmon {
color: #ff9d80;
}
.persicus {
color: #ffb59e;
}
.powdered-peach {
color: #ffe0d1;
}
.pink-glow {
color: #ffebe0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peachy-salmon:#ff9d80;
--persicus:#ffb59e;
--powdered-peach:#ffe0d1;
--pink-glow:#ffebe0;
}