Color names in this palette
CSS code for this palette
/* CSS */
.garish-green {
color: #4fbf83;
}
.royal-peacock {
color: #29b6e0;
}
.vanilla-pudding {
color: #f3e16d;
}
.embarrassment {
color: #ff7575;
}
.vintage-orange {
color: #ffb05c;
}
/* CSS Variables */
:root {
--garish-green:#4fbf83;
--royal-peacock:#29b6e0;
--vanilla-pudding:#f3e16d;
--embarrassment:#ff7575;
--vintage-orange:#ffb05c;
}