Color names in this palette
CSS code for this palette
/* CSS */
.golden-cream {
color: #f7b769;
}
.sunrise {
color: #f6c279;
}
.solaria {
color: #f6d78e;
}
.aspen-yellow {
color: #f7e0a1;
}
.oyster-bisque {
color: #f1e7b1;
}
/* CSS Variables */
:root {
--golden-cream:#f7b769;
--sunrise:#f6c279;
--solaria:#f6d78e;
--aspen-yellow:#f7e0a1;
--oyster-bisque:#f1e7b1;
}