Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.ornery-tangerine {
color: #f67e23;
}
.obstinate-orange {
color: #d55a2a;
}
.floriography {
color: #a93d4b;
}
.bordeaux-red {
color: #6d2c4d;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--ornery-tangerine:#f67e23;
--obstinate-orange:#d55a2a;
--floriography:#a93d4b;
--bordeaux-red:#6d2c4d;
}