Color names in this palette
CSS code for this palette
/* CSS */
.spirit-warrior {
color: #d9513f;
}
.zucchini-flower {
color: #e7a64b;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.last-of-lettuce {
color: #a8d765;
}
.greenbrier {
color: #4b9b65;
}
/* CSS Variables */
:root {
--spirit-warrior:#d9513f;
--zucchini-flower:#e7a64b;
--solar-plexus-chakra:#f1c84b;
--last-of-lettuce:#a8d765;
--greenbrier:#4b9b65;
}