Color names in this palette
CSS code for this palette
/* CSS */
.a-pair-of-brown-eyes {
color: #bfae92;
}
.best-beige {
color: #c5b59b;
}
.welcome-walkway {
color: #d3c6a6;
}
.light-feather-green {
color: #d3d8c5;
}
.beru {
color: #c0e3d6;
}
/* CSS Variables */
:root {
--a-pair-of-brown-eyes:#bfae92;
--best-beige:#c5b59b;
--welcome-walkway:#d3c6a6;
--light-feather-green:#d3d8c5;
--beru:#c0e3d6;
}