Color names in this palette
CSS code for this palette
/* CSS */
.barley-white {
color: #f7e3b6;
}
.applesauce {
color: #f9d89a;
}
.soft-saffron {
color: #fdd47c;
}
.sunday-afternoon {
color: #f7c478;
}
.inventive-orange {
color: #e6a26b;
}
/* CSS Variables */
:root {
--barley-white:#f7e3b6;
--applesauce:#f9d89a;
--soft-saffron:#fdd47c;
--sunday-afternoon:#f7c478;
--inventive-orange:#e6a26b;
}