Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.first-date {
color: #f7b1a1;
}
.illuminated {
color: #f9e6d7;
}
.fair-aqua {
color: #b3e0d8;
}
.sanctuary-spa {
color: #69b5e8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--first-date:#f7b1a1;
--illuminated:#f9e6d7;
--fair-aqua:#b3e0d8;
--sanctuary-spa:#69b5e8;
}