Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e3a1c4;
}
.pink-marshmallow {
color: #f2b1d3;
}
.creamy-custard {
color: #f9e8be;
}
.just-peachy {
color: #f9c571;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--prettiest-pink:#e3a1c4;
--pink-marshmallow:#f2b1d3;
--creamy-custard:#f9e8be;
--just-peachy:#f9c571;
--apricot-glazed-chicken:#f5a524;
}