Color names in this palette
CSS code for this palette
/* CSS */
.kacey-s-pink {
color: #e94e77;
}
.egyptian-gold {
color: #f1a94b;
}
.vanilla-pudding {
color: #f2e269;
}
.cool-aloe {
color: #aad9a1;
}
.boat-house {
color: #4b8db9;
}
/* CSS Variables */
:root {
--kacey-s-pink:#e94e77;
--egyptian-gold:#f1a94b;
--vanilla-pudding:#f2e269;
--cool-aloe:#aad9a1;
--boat-house:#4b8db9;
}