Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.bellini {
color: #f4caae;
}
.hawaiian-cream {
color: #f9e6b9;
}
.frozen-forest {
color: #d3e7b6;
}
.frugal {
color: #a4dab5;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--bellini:#f4caae;
--hawaiian-cream:#f9e6b9;
--frozen-forest:#d3e7b6;
--frugal:#a4dab5;
}