Color names in this palette
CSS code for this palette
/* CSS */
.rose-essence {
color: #f39c86;
}
.capri-fashion-pink {
color: #ae849a;
}
.motherland {
color: #bab669;
}
.pink-sangria {
color: #f7dbd4;
}
.clary-sage {
color: #c7bed0;
}
/* CSS Variables */
:root {
--rose-essence:#f39c86;
--capri-fashion-pink:#ae849a;
--motherland:#bab669;
--pink-sangria:#f7dbd4;
--clary-sage:#c7bed0;
}