Color names in this palette
CSS code for this palette
/* CSS */
.angel-s-trumpet {
color: #f3e139;
}
.squash-blossom {
color: #f6b83c;
}
.goku-orange {
color: #f5813d;
}
.chinese-orange {
color: #f46c3e;
}
.opulent-orange {
color: #f25f45;
}
/* CSS Variables */
:root {
--angel-s-trumpet:#f3e139;
--squash-blossom:#f6b83c;
--goku-orange:#f5813d;
--chinese-orange:#f46c3e;
--opulent-orange:#f25f45;
}