Color names in this palette
CSS code for this palette
/* CSS */
.painted-poppy {
color: #c84f3c;
}
.yakitori {
color: #ebae3d;
}
.mineral-yellow {
color: #d09939;
}
.chai-tea {
color: #a47a2d;
}
.russet {
color: #7a481a;
}
/* CSS Variables */
:root {
--painted-poppy:#c84f3c;
--yakitori:#ebae3d;
--mineral-yellow:#d09939;
--chai-tea:#a47a2d;
--russet:#7a481a;
}