Color names in this palette
CSS code for this palette
/* CSS */
.larkspur {
color: #3b7d8c;
}
.young-bamboo {
color: #69bf8e;
}
.lime-lizard {
color: #a3d55d;
}
.wake-me-up {
color: #f7d559;
}
.shell-pink {
color: #f77e7e;
}
/* CSS Variables */
:root {
--larkspur:#3b7d8c;
--young-bamboo:#69bf8e;
--lime-lizard:#a3d55d;
--wake-me-up:#f7d559;
--shell-pink:#f77e7e;
}