Color names in this palette
CSS code for this palette
/* CSS */
.sunday-afternoon {
color: #f6c479;
}
.clarified-orange {
color: #f9a35d;
}
.amber-glow {
color: #f1993b;
}
.aurora-orange {
color: #e96c3f;
}
.glazed-persimmon {
color: #d44d35;
}
/* CSS Variables */
:root {
--sunday-afternoon:#f6c479;
--clarified-orange:#f9a35d;
--amber-glow:#f1993b;
--aurora-orange:#e96c3f;
--glazed-persimmon:#d44d35;
}