Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f0a5a3;
}
.sango-pink {
color: #f4b2ae;
}
.sugar-cane-dahlia {
color: #f7c3c0;
}
.mary-s-rose {
color: #f9d2d4;
}
.royal-wedding {
color: #fce3e4;
}
/* CSS Variables */
:root {
--calabrese:#f0a5a3;
--sango-pink:#f4b2ae;
--sugar-cane-dahlia:#f7c3c0;
--mary-s-rose:#f9d2d4;
--royal-wedding:#fce3e4;
}