Color names in this palette
CSS code for this palette
/* CSS */
.sunny-side-up {
color: #fede3e;
}
.squash-blossom {
color: #f6b83c;
}
.yellow-sea {
color: #f2a03a;
}
.citrus-blast {
color: #e07b38;
}
.obstinate-orange {
color: #d75c28;
}
/* CSS Variables */
:root {
--sunny-side-up:#fede3e;
--squash-blossom:#f6b83c;
--yellow-sea:#f2a03a;
--citrus-blast:#e07b38;
--obstinate-orange:#d75c28;
}