Color names in this palette
CSS code for this palette
/* CSS */
.brass-mesh {
color: #e1a34c;
}
.cornsilk-yellow {
color: #f3c96d;
}
.fresh-yellow {
color: #f9e190;
}
.lion-cub {
color: #f8caa5;
}
.copper-harbor {
color: #d57d4d;
}
/* CSS Variables */
:root {
--brass-mesh:#e1a34c;
--cornsilk-yellow:#f3c96d;
--fresh-yellow:#f9e190;
--lion-cub:#f8caa5;
--copper-harbor:#d57d4d;
}