Color names in this palette
CSS code for this palette
/* CSS */
.larkspur {
color: #3b7d8c;
}
.expressionism-green {
color: #5abf9a;
}
.eerie-glow {
color: #a6d9b8;
}
.weathered-mint {
color: #e5f4e1;
}
.prosecco {
color: #f9d4a4;
}
/* CSS Variables */
:root {
--larkspur:#3b7d8c;
--expressionism-green:#5abf9a;
--eerie-glow:#a6d9b8;
--weathered-mint:#e5f4e1;
--prosecco:#f9d4a4;
}