Color names in this palette
CSS code for this palette
/* CSS */
.larkspur {
color: #3a7d8d;
}
.caulerpa-lentillifera {
color: #5c9d9b;
}
.chrysopal-light-green {
color: #90b2a7;
}
.endive {
color: #d0e0c7;
}
.spring-sun {
color: #f2f3c9;
}
/* CSS Variables */
:root {
--larkspur:#3a7d8d;
--caulerpa-lentillifera:#5c9d9b;
--chrysopal-light-green:#90b2a7;
--endive:#d0e0c7;
--spring-sun:#f2f3c9;
}