Color names in this palette
CSS code for this palette
/* CSS */
.larkspur {
color: #3a7d8d;
}
.tropic-turquoise {
color: #6fb3a1;
}
.eerie-glow {
color: #a7d7b8;
}
.lime-bright {
color: #f1e3b1;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--larkspur:#3a7d8d;
--tropic-turquoise:#6fb3a1;
--eerie-glow:#a7d7b8;
--lime-bright:#f1e3b1;
--squash-blossom:#f6b83c;
}