Color names in this palette
CSS code for this palette
/* CSS */
.cozy-summer-sunset {
color: #e8a09c;
}
.peach-beige {
color: #d0998b;
}
.mazzone {
color: #b5907d;
}
.toasted-nutmeg {
color: #a47565;
}
.false-morel {
color: #784e4a;
}
/* CSS Variables */
:root {
--cozy-summer-sunset:#e8a09c;
--peach-beige:#d0998b;
--mazzone:#b5907d;
--toasted-nutmeg:#a47565;
--false-morel:#784e4a;
}