Color names in this palette
CSS code for this palette
/* CSS */
.larkspur {
color: #3b7d8c;
}
.emerald-wave {
color: #4eb1a9;
}
.peppy {
color: #71d1b7;
}
.lattice-work {
color: #b5e3c5;
}
.quiet-whisper {
color: #f0f4e7;
}
/* CSS Variables */
:root {
--larkspur:#3b7d8c;
--emerald-wave:#4eb1a9;
--peppy:#71d1b7;
--lattice-work:#b5e3c5;
--quiet-whisper:#f0f4e7;
}