Color names in this palette
CSS code for this palette
/* CSS */
.honey-beige {
color: #f4e2c8;
}
.desert-dust {
color: #e4b58b;
}
.casa-de-oro {
color: #d06b39;
}
.potter-s-clay {
color: #a84b24;
}
.hereford-cow-brown {
color: #6a2c20;
}
/* CSS Variables */
:root {
--honey-beige:#f4e2c8;
--desert-dust:#e4b58b;
--casa-de-oro:#d06b39;
--potter-s-clay:#a84b24;
--hereford-cow-brown:#6a2c20;
}