Color names in this palette
CSS code for this palette
/* CSS */
.larkspur {
color: #3b7d8c;
}
.wintergreen-shadow {
color: #509b82;
}
.booty-bay {
color: #80c6ba;
}
.dull-yellow {
color: #f1df5b;
}
.peach-echo {
color: #f4715d;
}
/* CSS Variables */
:root {
--larkspur:#3b7d8c;
--wintergreen-shadow:#509b82;
--booty-bay:#80c6ba;
--dull-yellow:#f1df5b;
--peach-echo:#f4715d;
}