Color names in this palette
CSS code for this palette
/* CSS */
.gold-drop {
color: #d96b30;
}
.pani-puri {
color: #f1a950;
}
.aspen-yellow {
color: #f4e09f;
}
.jade-stone-green {
color: #6fbe83;
}
.fun-and-games {
color: #2b789c;
}
/* CSS Variables */
:root {
--gold-drop:#d96b30;
--pani-puri:#f1a950;
--aspen-yellow:#f4e09f;
--jade-stone-green:#6fbe83;
--fun-and-games:#2b789c;
}