Color names in this palette
CSS code for this palette
/* CSS */
.flat-green {
color: #6a9c4f;
}
.devil-s-grass {
color: #4cae4f;
}
.st-patrick {
color: #2e8a4e;
}
.welcoming-wasp {
color: #f0a800;
}
.sweet-mandarin {
color: #d66038;
}
/* CSS Variables */
:root {
--flat-green:#6a9c4f;
--devil-s-grass:#4cae4f;
--st-patrick:#2e8a4e;
--welcoming-wasp:#f0a800;
--sweet-mandarin:#d66038;
}