Color names in this palette
CSS code for this palette
/* CSS */
.deep-reddish-orange {
color: #ba5f3b;
}
.caramelize {
color: #d68a38;
}
.river-of-gold {
color: #e5b35d;
}
.granola {
color: #f4cf9f;
}
.orange-poppy {
color: #e1804c;
}
/* CSS Variables */
:root {
--deep-reddish-orange:#ba5f3b;
--caramelize:#d68a38;
--river-of-gold:#e5b35d;
--granola:#f4cf9f;
--orange-poppy:#e1804c;
}