Color names in this palette
CSS code for this palette
/* CSS */
.blue-earth {
color: #385875;
}
.lilac-hush {
color: #a6acbf;
}
.country-linens {
color: #d8c1a6;
}
.ranier-white {
color: #f7ebd9;
}
.copper-canyon {
color: #76432e;
}
/* CSS Variables */
:root {
--blue-earth:#385875;
--lilac-hush:#a6acbf;
--country-linens:#d8c1a6;
--ranier-white:#f7ebd9;
--copper-canyon:#76432e;
}