Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a7a7;
}
.sunday-best {
color: #f9c8c8;
}
.royal-wedding {
color: #fce3e3;
}
.butterfly-wing {
color: #f9cfb4;
}
.breeze-of-chilli {
color: #f47171;
}
/* CSS Variables */
:root {
--calabrese:#f6a7a7;
--sunday-best:#f9c8c8;
--royal-wedding:#fce3e3;
--butterfly-wing:#f9cfb4;
--breeze-of-chilli:#f47171;
}