Color names in this palette
CSS code for this palette
/* CSS */
.pasta-luego {
color: #f9e380;
}
.mad-for-mango {
color: #f5a300;
}
.accent-orange {
color: #e66f00;
}
.deep-orange {
color: #d64b00;
}
.crimson-velvet-sunset {
color: #b32700;
}
/* CSS Variables */
:root {
--pasta-luego:#f9e380;
--mad-for-mango:#f5a300;
--accent-orange:#e66f00;
--deep-orange:#d64b00;
--crimson-velvet-sunset:#b32700;
}