Color names in this palette
CSS code for this palette
/* CSS */
.english-custard {
color: #e1b26b;
}
.mulberry-thorn {
color: #c77d29;
}
.burnt-bagel {
color: #9a4c18;
}
.cold-press-coffee {
color: #6b2c0a;
}
.chocolate-brown {
color: #411d01;
}
/* CSS Variables */
:root {
--english-custard:#e1b26b;
--mulberry-thorn:#c77d29;
--burnt-bagel:#9a4c18;
--cold-press-coffee:#6b2c0a;
--chocolate-brown:#411d01;
}