Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a7b6;
}
.athena-pink {
color: #e9b4c2;
}
.etcetera {
color: #e3c4d3;
}
.ode-to-green {
color: #b7e6d8;
}
.pearl-bay {
color: #7ec5c9;
}
/* CSS Variables */
:root {
--pink-fit:#f6a7b6;
--athena-pink:#e9b4c2;
--etcetera:#e3c4d3;
--ode-to-green:#b7e6d8;
--pearl-bay:#7ec5c9;
}