Color names in this palette
CSS code for this palette
/* CSS */
.larkspur {
color: #3f7d92;
}
.artesian-well {
color: #5cb2b2;
}
.green-daze {
color: #8cd4c5;
}
.golden-glam {
color: #f4b943;
}
.shell-pink {
color: #f67e7e;
}
/* CSS Variables */
:root {
--larkspur:#3f7d92;
--artesian-well:#5cb2b2;
--green-daze:#8cd4c5;
--golden-glam:#f4b943;
--shell-pink:#f67e7e;
}