Color names in this palette
CSS code for this palette
/* CSS */
.silken-chocolate {
color: #b77e5c;
}
.corn-maze {
color: #e1a86b;
}
.garbanzo-bean {
color: #f2d4a6;
}
.chapel-blue {
color: #b0d3e8;
}
.purple-sapphire {
color: #784b91;
}
/* CSS Variables */
:root {
--silken-chocolate:#b77e5c;
--corn-maze:#e1a86b;
--garbanzo-bean:#f2d4a6;
--chapel-blue:#b0d3e8;
--purple-sapphire:#784b91;
}