Color names in this palette
CSS code for this palette
/* CSS */
.glenwood-green {
color: #a6d3b4;
}
.almost-aloe {
color: #c4e9b4;
}
.yippie-ya-yellow {
color: #f6f2a2;
}
.larch-bolete {
color: #ffac75;
}
.hot-coral {
color: #f25a5a;
}
/* CSS Variables */
:root {
--glenwood-green:#a6d3b4;
--almost-aloe:#c4e9b4;
--yippie-ya-yellow:#f6f2a2;
--larch-bolete:#ffac75;
--hot-coral:#f25a5a;
}