Color names in this palette
CSS code for this palette
/* CSS */
.solarium {
color: #e5b834;
}
.butterfield {
color: #f5c25b;
}
.applesauce {
color: #f9d89a;
}
.yellow-essence {
color: #fce2b6;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--solarium:#e5b834;
--butterfield:#f5c25b;
--applesauce:#f9d89a;
--yellow-essence:#fce2b6;
--mad-for-mango:#f5a300;
}