Color names in this palette
CSS code for this palette
/* CSS */
.athena-pink {
color: #e7b1c1;
}
.pastel-lavender {
color: #d7a3c5;
}
.milky-lavender {
color: #aea2d2;
}
.queer-blue {
color: #8ea4e6;
}
.malibu {
color: #60b6e1;
}
/* CSS Variables */
:root {
--athena-pink:#e7b1c1;
--pastel-lavender:#d7a3c5;
--milky-lavender:#aea2d2;
--queer-blue:#8ea4e6;
--malibu:#60b6e1;
}