Color names in this palette
CSS code for this palette
/* CSS */
.imperial-green {
color: #3c8b4e;
}
.green-trance {
color: #a0d69f;
}
.aquarelle-green {
color: #e2f3e2;
}
.rising-star {
color: #f4f8d3;
}
.aloe-cream {
color: #dae5b8;
}
/* CSS Variables */
:root {
--imperial-green:#3c8b4e;
--green-trance:#a0d69f;
--aquarelle-green:#e2f3e2;
--rising-star:#f4f8d3;
--aloe-cream:#dae5b8;
}