Color names in this palette
CSS code for this palette
/* CSS */
.athena-pink {
color: #e7b1c5;
}
.sweetheart {
color: #f4c3d6;
}
.summer-cosmos {
color: #f8d3e1;
}
.barely-peach {
color: #ffe9c7;
}
.banana-yogurt {
color: #f9e8b4;
}
/* CSS Variables */
:root {
--athena-pink:#e7b1c5;
--sweetheart:#f4c3d6;
--summer-cosmos:#f8d3e1;
--barely-peach:#ffe9c7;
--banana-yogurt:#f9e8b4;
}