Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.desert-flower {
color: #ff8e80;
}
.matt-pink {
color: #ffb3c3;
}
.simply-delicious {
color: #ffd1c2;
}
.sand-crystal {
color: #ffeedb;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--desert-flower:#ff8e80;
--matt-pink:#ffb3c3;
--simply-delicious:#ffd1c2;
--sand-crystal:#ffeedb;
}