Color names in this palette
CSS code for this palette
/* CSS */
.obstinate-orange {
color: #d35527;
}
.adventure-orange {
color: #f09f66;
}
.egg-toast {
color: #f3c612;
}
.aspen-yellow {
color: #f7e0a1;
}
.vanilla-shake {
color: #fffbf0;
}
/* CSS Variables */
:root {
--obstinate-orange:#d35527;
--adventure-orange:#f09f66;
--egg-toast:#f3c612;
--aspen-yellow:#f7e0a1;
--vanilla-shake:#fffbf0;
}