Color names in this palette
CSS code for this palette
/* CSS */
.majestic-treasures {
color: #f5e7a3;
}
.straw {
color: #e3d56d;
}
.nervy-hue {
color: #d1c15c;
}
.star-fruit-yellow-green {
color: #bfb04f;
}
.peanut-brittle {
color: #a68b3a;
}
/* CSS Variables */
:root {
--majestic-treasures:#f5e7a3;
--straw:#e3d56d;
--nervy-hue:#d1c15c;
--star-fruit-yellow-green:#bfb04f;
--peanut-brittle:#a68b3a;
}