Color names in this palette
CSS code for this palette
/* CSS */
.maximum-yellow-red {
color: #f5b547;
}
.applesauce {
color: #f8d79b;
}
.adventure-orange {
color: #e8a668;
}
.alpine-goat {
color: #f1f3f8;
}
.parisian-cashmere {
color: #d1c6b8;
}
/* CSS Variables */
:root {
--maximum-yellow-red:#f5b547;
--applesauce:#f8d79b;
--adventure-orange:#e8a668;
--alpine-goat:#f1f3f8;
--parisian-cashmere:#d1c6b8;
}