Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.smoked-paprika {
color: #7d3c2c;
}
.woven-navajo {
color: #cdad8e;
}
.maize {
color: #f2d150;
}
.crown-blue {
color: #4a4e68;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--smoked-paprika:#7d3c2c;
--woven-navajo:#cdad8e;
--maize:#f2d150;
--crown-blue:#4a4e68;
}