Color names in this palette
CSS code for this palette
/* CSS */
.flower-field {
color: #d9aa6d;
}
.autumn-avenue {
color: #e4ae58;
}
.adonis-rose-yellow {
color: #f1c24b;
}
.dandelion-yellow {
color: #f6d43c;
}
.dhalsim-s-yoga-flame {
color: #f9e42f;
}
/* CSS Variables */
:root {
--flower-field:#d9aa6d;
--autumn-avenue:#e4ae58;
--adonis-rose-yellow:#f1c24b;
--dandelion-yellow:#f6d43c;
--dhalsim-s-yoga-flame:#f9e42f;
}