Color names in this palette
CSS code for this palette
/* CSS */
.toucan-gentleman {
color: #fbcb09;
}
.mad-for-mango {
color: #faa200;
}
.sun-orange {
color: #f47b1f;
}
.l-l-red {
color: #d95c26;
}
.golden-gate-bridge {
color: #c13b2f;
}
/* CSS Variables */
:root {
--toucan-gentleman:#fbcb09;
--mad-for-mango:#faa200;
--sun-orange:#f47b1f;
--l-l-red:#d95c26;
--golden-gate-bridge:#c13b2f;
}