Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.mixed-fruit {
color: #f8b8af;
}
.autumn-wind {
color: #f9d2b4;
}
.meringue {
color: #f3e4b4;
}
.alsot-olive {
color: #e0d6b2;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--mixed-fruit:#f8b8af;
--autumn-wind:#f9d2b4;
--meringue:#f3e4b4;
--alsot-olive:#e0d6b2;
}