Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.groovy-lemon-pie {
color: #d6ba00;
}
.iyanden-darksun {
color: #a79c58;
}
.tarnished-brass {
color: #7a6f1a;
}
.highlands-moss {
color: #4a4d00;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--groovy-lemon-pie:#d6ba00;
--iyanden-darksun:#a79c58;
--tarnished-brass:#7a6f1a;
--highlands-moss:#4a4d00;
}