Color names in this palette
CSS code for this palette
/* CSS */
.athena-pink {
color: #e9b4c1;
}
.walnut-cream {
color: #f4d8b3;
}
.casino-lights {
color: #f9f2b4;
}
.bathe-blue {
color: #c2e0e5;
}
.whirlpool {
color: #a1d9cf;
}
/* CSS Variables */
:root {
--athena-pink:#e9b4c1;
--walnut-cream:#f4d8b3;
--casino-lights:#f9f2b4;
--bathe-blue:#c2e0e5;
--whirlpool:#a1d9cf;
}