Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a8e1a3;
}
.almost-aloe {
color: #c5e7b1;
}
.green-veil {
color: #e1f1c6;
}
.rising-star {
color: #f5f9d2;
}
.hawaiian-cream {
color: #f9e6b9;
}
/* CSS Variables */
:root {
--grape-green:#a8e1a3;
--almost-aloe:#c5e7b1;
--green-veil:#e1f1c6;
--rising-star:#f5f9d2;
--hawaiian-cream:#f9e6b9;
}