Color names in this palette
CSS code for this palette
/* CSS */
.ogen-melon {
color: #d9b336;
}
.mayan-gold {
color: #b58e3b;
}
.spicy-mix {
color: #8c5e4f;
}
.violet-femmes {
color: #a76c9c;
}
.toasted-coconut {
color: #e8c1a1;
}
/* CSS Variables */
:root {
--ogen-melon:#d9b336;
--mayan-gold:#b58e3b;
--spicy-mix:#8c5e4f;
--violet-femmes:#a76c9c;
--toasted-coconut:#e8c1a1;
}