Color names in this palette
CSS code for this palette
/* CSS */
.chateau-green {
color: #3aa65b;
}
.mantis {
color: #6dc468;
}
.last-of-lettuce {
color: #a0d765;
}
.florida-sunrise {
color: #f6aa6f;
}
.benihi-red {
color: #f25131;
}
/* CSS Variables */
:root {
--chateau-green:#3aa65b;
--mantis:#6dc468;
--last-of-lettuce:#a0d765;
--florida-sunrise:#f6aa6f;
--benihi-red:#f25131;
}