Color names in this palette
CSS code for this palette
/* CSS */
.frugal {
color: #a7d7b3;
}
.mango-margarita {
color: #f6b951;
}
.chaat-masala {
color: #e97a2f;
}
.schiaparelli-pink {
color: #e74b9c;
}
.just-a-fairytale {
color: #6d5b9a;
}
/* CSS Variables */
:root {
--frugal:#a7d7b3;
--mango-margarita:#f6b951;
--chaat-masala:#e97a2f;
--schiaparelli-pink:#e74b9c;
--just-a-fairytale:#6d5b9a;
}