Color names in this palette
CSS code for this palette
/* CSS */
.larkspur {
color: #3a7d8d;
}
.bali-bliss {
color: #5b9f9f;
}
.cold-front-green {
color: #84b3b3;
}
.high-honey {
color: #e1b44c;
}
.citrus-notes {
color: #d76947;
}
/* CSS Variables */
:root {
--larkspur:#3a7d8d;
--bali-bliss:#5b9f9f;
--cold-front-green:#84b3b3;
--high-honey:#e1b44c;
--citrus-notes:#d76947;
}