Color names in this palette
CSS code for this palette
/* CSS */
.sun-dust {
color: #f9e0a4;
}
.serene-pink {
color: #f3c3b9;
}
.fruit-shake {
color: #f29d8c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.loveland {
color: #e86d8e;
}
/* CSS Variables */
:root {
--sun-dust:#f9e0a4;
--serene-pink:#f3c3b9;
--fruit-shake:#f29d8c;
--grapefruit-pulp:#ff6e61;
--loveland:#e86d8e;
}