Color names in this palette
CSS code for this palette
/* CSS */
.ogryn-wash {
color: #d1a04d;
}
.fiery-orange {
color: #b6592b;
}
.searing-gorge-brown {
color: #6b3e1e;
}
.toasted-coconut {
color: #e8c1a1;
}
.venetian-yellow {
color: #f7e3a1;
}
/* CSS Variables */
:root {
--ogryn-wash:#d1a04d;
--fiery-orange:#b6592b;
--searing-gorge-brown:#6b3e1e;
--toasted-coconut:#e8c1a1;
--venetian-yellow:#f7e3a1;
}