Color names in this palette
CSS code for this palette
/* CSS */
.chateau-green {
color: #3b9b58;
}
.van-gogh-green {
color: #5ecf89;
}
.tenacious-tentacles {
color: #91f3b1;
}
.bright-yarrow {
color: #f7cf69;
}
.mustard-crusted-salmon {
color: #f27e40;
}
/* CSS Variables */
:root {
--chateau-green:#3b9b58;
--van-gogh-green:#5ecf89;
--tenacious-tentacles:#91f3b1;
--bright-yarrow:#f7cf69;
--mustard-crusted-salmon:#f27e40;
}