Color names in this palette
CSS code for this palette
/* CSS */
.jaffa-orange {
color: #d97a3a;
}
.culpeo {
color: #e5a038;
}
.lion-s-mane {
color: #ebae4c;
}
.wake-me-up {
color: #f3d758;
}
.orange-pop {
color: #ffb83d;
}
/* CSS Variables */
:root {
--jaffa-orange:#d97a3a;
--culpeo:#e5a038;
--lion-s-mane:#ebae4c;
--wake-me-up:#f3d758;
--orange-pop:#ffb83d;
}