Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a6e09e;
}
.basil-smash {
color: #b5e3a1;
}
.lasting-thoughts {
color: #d4e6b3;
}
.spring-kiss {
color: #e7f6b1;
}
.carla {
color: #f2f9c8;
}
/* CSS Variables */
:root {
--grape-green:#a6e09e;
--basil-smash:#b5e3a1;
--lasting-thoughts:#d4e6b3;
--spring-kiss:#e7f6b1;
--carla:#f2f9c8;
}