Color names in this palette
CSS code for this palette
/* CSS */
.campground {
color: #d2a76a;
}
.friendly-yellow {
color: #f5e2b2;
}
.sky-chase {
color: #a7c8d3;
}
.rainy-lake {
color: #3b698c;
}
.magenta-violet {
color: #6e4f8c;
}
/* CSS Variables */
:root {
--campground:#d2a76a;
--friendly-yellow:#f5e2b2;
--sky-chase:#a7c8d3;
--rainy-lake:#3b698c;
--magenta-violet:#6e4f8c;
}