Color names in this palette
CSS code for this palette
/* CSS */
.woven {
color: #e2d3a1;
}
.distant-valley {
color: #c4b89c;
}
.sacred-vortex {
color: #a69b8c;
}
.seastone {
color: #7d8b8c;
}
.technical-blue {
color: #5a7f8c;
}
/* CSS Variables */
:root {
--woven:#e2d3a1;
--distant-valley:#c4b89c;
--sacred-vortex:#a69b8c;
--seastone:#7d8b8c;
--technical-blue:#5a7f8c;
}