Color names in this palette
CSS code for this palette
/* CSS */
.malibu-peach {
color: #fbcab1;
}
.coral-silk {
color: #f1a17e;
}
.butternut-pizazz {
color: #e89954;
}
.coppersmith {
color: #d78f3c;
}
.mulberry-thorn {
color: #c57a2b;
}
/* CSS Variables */
:root {
--malibu-peach:#fbcab1;
--coral-silk:#f1a17e;
--butternut-pizazz:#e89954;
--coppersmith:#d78f3c;
--mulberry-thorn:#c57a2b;
}