Color names in this palette
CSS code for this palette
/* CSS */
.winter-bloom {
color: #582c50;
}
.ancient-fuchsia {
color: #a2446c;
}
.calabrese {
color: #f1a7a2;
}
.ice-cream-parlour {
color: #f8d5af;
}
.citrus-sugar {
color: #e4d749;
}
/* CSS Variables */
:root {
--winter-bloom:#582c50;
--ancient-fuchsia:#a2446c;
--calabrese:#f1a7a2;
--ice-cream-parlour:#f8d5af;
--citrus-sugar:#e4d749;
}