Color names in this palette
CSS code for this palette
/* CSS */
.rosey-afterglow {
color: #f8c9d1;
}
.barely-bloomed {
color: #e0aee0;
}
.calabrese {
color: #f1a8a2;
}
.popcorn {
color: #fbd079;
}
.iced-celery {
color: #e6e9b9;
}
/* CSS Variables */
:root {
--rosey-afterglow:#f8c9d1;
--barely-bloomed:#e0aee0;
--calabrese:#f1a8a2;
--popcorn:#fbd079;
--iced-celery:#e6e9b9;
}