Color names in this palette
CSS code for this palette
/* CSS */
.parsley-sprig {
color: #3c6d4e;
}
.flashman {
color: #7cc08c;
}
.coastal-foam {
color: #afe4c7;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--parsley-sprig:#3c6d4e;
--flashman:#7cc08c;
--coastal-foam:#afe4c7;
--smooth-as-corn-silk:#f4e2b3;
--welcoming-wasp:#f0a800;
}