Color names in this palette
CSS code for this palette
/* CSS */
.baby-s-booties {
color: #e6c1c4;
}
.alyssum {
color: #f2d4d6;
}
.marshmallow-rose {
color: #f7e4e6;
}
.abalone {
color: #faf5f7;
}
.royal-wedding {
color: #fce3e6;
}
/* CSS Variables */
:root {
--baby-s-booties:#e6c1c4;
--alyssum:#f2d4d6;
--marshmallow-rose:#f7e4e6;
--abalone:#faf5f7;
--royal-wedding:#fce3e6;
}