Color names in this palette
CSS code for this palette
/* CSS */
.aztec-glimmer {
color: #e8b34a;
}
.bitter-orange {
color: #d8792c;
}
.culpeo {
color: #e59d38;
}
.american-yellow {
color: #f0b400;
}
.sunny-mood {
color: #f6c84c;
}
/* CSS Variables */
:root {
--aztec-glimmer:#e8b34a;
--bitter-orange:#d8792c;
--culpeo:#e59d38;
--american-yellow:#f0b400;
--sunny-mood:#f6c84c;
}