Color names in this palette
CSS code for this palette
/* CSS */
.chai-latte {
color: #f8c8a0;
}
.meat {
color: #f47b7b;
}
.kacey-s-pink {
color: #e94e77;
}
.soft-purple {
color: #a56cb7;
}
.just-a-fairytale {
color: #695b9a;
}
/* CSS Variables */
:root {
--chai-latte:#f8c8a0;
--meat:#f47b7b;
--kacey-s-pink:#e94e77;
--soft-purple:#a56cb7;
--just-a-fairytale:#695b9a;
}