Color names in this palette
CSS code for this palette
/* CSS */
.artisans-gold {
color: #f3a949;
}
.amber-glow {
color: #f09c3d;
}
.chaat-masala {
color: #f07f2d;
}
.lusty-orange {
color: #e36b26;
}
.play-school {
color: #d15523;
}
/* CSS Variables */
:root {
--artisans-gold:#f3a949;
--amber-glow:#f09c3d;
--chaat-masala:#f07f2d;
--lusty-orange:#e36b26;
--play-school:#d15523;
}