Color names in this palette
CSS code for this palette
/* CSS */
.bright-yarrow {
color: #f9d16c;
}
.casablanca {
color: #f2b150;
}
.culpeo {
color: #e69a3d;
}
.bitter-orange {
color: #d67c2e;
}
.raucous-orange {
color: #c1512f;
}
/* CSS Variables */
:root {
--bright-yarrow:#f9d16c;
--casablanca:#f2b150;
--culpeo:#e69a3d;
--bitter-orange:#d67c2e;
--raucous-orange:#c1512f;
}