Color names in this palette
CSS code for this palette
/* CSS */
.white-fence {
color: #f3e9d3;
}
.birdhouse-brown {
color: #6a4939;
}
.white {
color: #ffffff;
}
.autumn-haze {
color: #d4c2af;
}
.cropper-blue {
color: #5c7a99;
}
/* CSS Variables */
:root {
--white-fence:#f3e9d3;
--birdhouse-brown:#6a4939;
--white:#ffffff;
--autumn-haze:#d4c2af;
--cropper-blue:#5c7a99;
}