Color names in this palette
CSS code for this palette
/* CSS */
.thyme-and-salt {
color: #5c9f2d;
}
.thrilling-lime {
color: #8dbf4f;
}
.davao-green {
color: #b3d779;
}
.picasso {
color: #f9ea95;
}
.cheater {
color: #f3b25e;
}
/* CSS Variables */
:root {
--thyme-and-salt:#5c9f2d;
--thrilling-lime:#8dbf4f;
--davao-green:#b3d779;
--picasso:#f9ea95;
--cheater:#f3b25e;
}