Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.beef-hotpot {
color: #a85f2e;
}
.ogryn-wash {
color: #d0a04e;
}
.giallo {
color: #f1d63b;
}
.yellow-diamond {
color: #f6f1d5;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--beef-hotpot:#a85f2e;
--ogryn-wash:#d0a04e;
--giallo:#f1d63b;
--yellow-diamond:#f6f1d5;
}