Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f5a8b2;
}
.sullivan-s-heart {
color: #f8c4d0;
}
.royal-wedding {
color: #fce3e6;
}
.bleached-sunflower {
color: #f9eaa9;
}
.apricot-mousse {
color: #fbe1b1;
}
/* CSS Variables */
:root {
--pink-fit:#f5a8b2;
--sullivan-s-heart:#f8c4d0;
--royal-wedding:#fce3e6;
--bleached-sunflower:#f9eaa9;
--apricot-mousse:#fbe1b1;
}