Color names in this palette
CSS code for this palette
/* CSS */
.spiced-up {
color: #b14b39;
}
.yellow-sea {
color: #f3a039;
}
.vanilla-pudding {
color: #f2e269;
}
.blanka-green {
color: #a1d73c;
}
.thyme-and-salt {
color: #699a2d;
}
/* CSS Variables */
:root {
--spiced-up:#b14b39;
--yellow-sea:#f3a039;
--vanilla-pudding:#f2e269;
--blanka-green:#a1d73c;
--thyme-and-salt:#699a2d;
}