Color names in this palette
CSS code for this palette
/* CSS */
.athena-pink {
color: #e9b4c2;
}
.frosted-tulip {
color: #f6d9d5;
}
.butter-cookie {
color: #f0e6b2;
}
.ode-to-green {
color: #b5e8d5;
}
.sweet-dreams {
color: #9fc4e9;
}
/* CSS Variables */
:root {
--athena-pink:#e9b4c2;
--frosted-tulip:#f6d9d5;
--butter-cookie:#f0e6b2;
--ode-to-green:#b5e8d5;
--sweet-dreams:#9fc4e9;
}