Color names in this palette
CSS code for this palette
/* CSS */
.pepper-grass {
color: #7b9c49;
}
.opaline-green {
color: #a1c57c;
}
.wedge-of-lime {
color: #e2e8a1;
}
.fresh-pineapple {
color: #f2d450;
}
.chat-orange {
color: #f69c3c;
}
/* CSS Variables */
:root {
--pepper-grass:#7b9c49;
--opaline-green:#a1c57c;
--wedge-of-lime:#e2e8a1;
--fresh-pineapple:#f2d450;
--chat-orange:#f69c3c;
}