Color names in this palette
CSS code for this palette
/* CSS */
.alyssum {
color: #f2d4d6;
}
.calabrese {
color: #f5a3a6;
}
.just-blush {
color: #f8b6a5;
}
.fresco-cream {
color: #fbc7a7;
}
.alpine-berry-yellow {
color: #f7e1bb;
}
/* CSS Variables */
:root {
--alyssum:#f2d4d6;
--calabrese:#f5a3a6;
--just-blush:#f8b6a5;
--fresco-cream:#fbc7a7;
--alpine-berry-yellow:#f7e1bb;
}