Color names in this palette
CSS code for this palette
/* CSS */
.athena-pink {
color: #e7b1c1;
}
.apricot-obsession {
color: #f9c4b4;
}
.yellow-essence {
color: #fce0b6;
}
.lasting-thoughts {
color: #d3e8b0;
}
.envisage {
color: #96c0b7;
}
/* CSS Variables */
:root {
--athena-pink:#e7b1c1;
--apricot-obsession:#f9c4b4;
--yellow-essence:#fce0b6;
--lasting-thoughts:#d3e8b0;
--envisage:#96c0b7;
}