Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.lolly {
color: #ff9c8f;
}
.peach-pearl {
color: #ffb3a3;
}
.light-quilt {
color: #ffe1d6;
}
.sand-crystal {
color: #ffeddb;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--lolly:#ff9c8f;
--peach-pearl:#ffb3a3;
--light-quilt:#ffe1d6;
--sand-crystal:#ffeddb;
}