Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.estuary-blue {
color: #6ea3b9;
}
.peach-damask {
color: #f7c5a6;
}
.light-freshman {
color: #eaf4d2;
}
.berry-popsicle {
color: #d2a7ca;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--estuary-blue:#6ea3b9;
--peach-damask:#f7c5a6;
--light-freshman:#eaf4d2;
--berry-popsicle:#d2a7ca;
}