Color names in this palette
CSS code for this palette
/* CSS */
.larkspur {
color: #3b7d8c;
}
.earth-eclipse {
color: #6eb9b4;
}
.cool-crayon {
color: #b1e7e3;
}
.straw-hat {
color: #f1d7a7;
}
.candy-heart-pink {
color: #f7a4a1;
}
/* CSS Variables */
:root {
--larkspur:#3b7d8c;
--earth-eclipse:#6eb9b4;
--cool-crayon:#b1e7e3;
--straw-hat:#f1d7a7;
--candy-heart-pink:#f7a4a1;
}