Color names in this palette
CSS code for this palette
/* CSS */
.thyme-and-salt {
color: #6b9a2d;
}
.aromatic-herbs {
color: #98c549;
}
.wasabi-paste {
color: #d1e675;
}
.australian-mint {
color: #f1f9a4;
}
.casino-lights {
color: #f7f1b6;
}
/* CSS Variables */
:root {
--thyme-and-salt:#6b9a2d;
--aromatic-herbs:#98c549;
--wasabi-paste:#d1e675;
--australian-mint:#f1f9a4;
--casino-lights:#f7f1b6;
}