Color names in this palette
CSS code for this palette
/* CSS */
.athena-pink {
color: #e7b1c5;
}
.golden-pastel {
color: #f4d8b8;
}
.howdy-neighbor {
color: #f9e5c8;
}
.mallard-s-egg {
color: #f8f2d8;
}
.kindness {
color: #d2b2c1;
}
/* CSS Variables */
:root {
--athena-pink:#e7b1c5;
--golden-pastel:#f4d8b8;
--howdy-neighbor:#f9e5c8;
--mallard-s-egg:#f8f2d8;
--kindness:#d2b2c1;
}