Color names in this palette
CSS code for this palette
/* CSS */
.durian-yellow {
color: #e3b82b;
}
.mango-margarita {
color: #f3b44f;
}
.white-elf {
color: #f6c07e;
}
.flan {
color: #f7e2b6;
}
.sweet-60 {
color: #f49fb1;
}
/* CSS Variables */
:root {
--durian-yellow:#e3b82b;
--mango-margarita:#f3b44f;
--white-elf:#f6c07e;
--flan:#f7e2b6;
--sweet-60:#f49fb1;
}