Color names in this palette
CSS code for this palette
/* CSS */
.mango-margarita {
color: #f9b74e;
}
.sunset-peach {
color: #f7a67e;
}
.pink-sherbet {
color: #f97b9d;
}
.paris-pink {
color: #da6c8d;
}
.rich-lavender {
color: #a76bd1;
}
/* CSS Variables */
:root {
--mango-margarita:#f9b74e;
--sunset-peach:#f7a67e;
--pink-sherbet:#f97b9d;
--paris-pink:#da6c8d;
--rich-lavender:#a76bd1;
}