Color names in this palette
CSS code for this palette
/* CSS */
.grassy-ochre {
color: #c0a035;
}
.carnaby-tan {
color: #5b3f1f;
}
.dried-goldenrod {
color: #e2a62c;
}
.sepia-wash {
color: #98591b;
}
.hereford-cow-brown {
color: #692c1b;
}
/* CSS Variables */
:root {
--grassy-ochre:#c0a035;
--carnaby-tan:#5b3f1f;
--dried-goldenrod:#e2a62c;
--sepia-wash:#98591b;
--hereford-cow-brown:#692c1b;
}