Color names in this palette
CSS code for this palette
/* CSS */
.nervy-hue {
color: #d1c15c;
}
.golden-passionfruit {
color: #b4b92d;
}
.venom {
color: #a9a12d;
}
.gamboge-yellow {
color: #e5d55d;
}
.majestic-treasures {
color: #f2e6a1;
}
/* CSS Variables */
:root {
--nervy-hue:#d1c15c;
--golden-passionfruit:#b4b92d;
--venom:#a9a12d;
--gamboge-yellow:#e5d55d;
--majestic-treasures:#f2e6a1;
}