Color names in this palette
CSS code for this palette
/* CSS */
.majestic-treasures {
color: #f5e7a3;
}
.blossom-yellow {
color: #e0c57b;
}
.gold-gleam {
color: #d1af52;
}
.star-fruit-yellow-green {
color: #bfb04f;
}
.peanut-brittle {
color: #a6893f;
}
/* CSS Variables */
:root {
--majestic-treasures:#f5e7a3;
--blossom-yellow:#e0c57b;
--gold-gleam:#d1af52;
--star-fruit-yellow-green:#bfb04f;
--peanut-brittle:#a6893f;
}