Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4bf;
}
.peach-patch {
color: #f2d7a1;
}
.bleached-sunflower {
color: #f8e8a5;
}
.athena-pink {
color: #e9b4c0;
}
.prettiest-pink {
color: #e0a3c9;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4bf;
--peach-patch:#f2d7a1;
--bleached-sunflower:#f8e8a5;
--athena-pink:#e9b4c0;
--prettiest-pink:#e0a3c9;
}