Color names in this palette
CSS code for this palette
/* CSS */
.maximum-yellow-red {
color: #f1b74b;
}
.jurassic-gold {
color: #e8a34f;
}
.serape {
color: #d68d4c;
}
.vintage-pottery {
color: #a76a49;
}
.false-morel {
color: #784a4d;
}
/* CSS Variables */
:root {
--maximum-yellow-red:#f1b74b;
--jurassic-gold:#e8a34f;
--serape:#d68d4c;
--vintage-pottery:#a76a49;
--false-morel:#784a4d;
}