Color names in this palette
CSS code for this palette
/* CSS */
.athena-pink {
color: #e8b0c4;
}
.sweetheart {
color: #f1c6d9;
}
.pink-frosting {
color: #f6d5e2;
}
.september-sun {
color: #fbd6a2;
}
.baltic-amber {
color: #f9b780;
}
/* CSS Variables */
:root {
--athena-pink:#e8b0c4;
--sweetheart:#f1c6d9;
--pink-frosting:#f6d5e2;
--september-sun:#fbd6a2;
--baltic-amber:#f9b780;
}