Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e1a3c8;
}
.pink-marshmallow {
color: #f5b7d1;
}
.antique-wicker-basket {
color: #f6d4a2;
}
.blended-fruit {
color: #f8e1a5;
}
.chai-latte {
color: #f7cca1;
}
/* CSS Variables */
:root {
--prettiest-pink:#e1a3c8;
--pink-marshmallow:#f5b7d1;
--antique-wicker-basket:#f6d4a2;
--blended-fruit:#f8e1a5;
--chai-latte:#f7cca1;
}