Color names in this palette
CSS code for this palette
/* CSS */
.vitamin-c {
color: #ff9900;
}
.english-daisy {
color: #ffcb47;
}
.tiger-yellow {
color: #ffdf80;
}
.dithered-sky {
color: #c2e2ff;
}
.fennel-flower {
color: #809dff;
}
/* CSS Variables */
:root {
--vitamin-c:#ff9900;
--english-daisy:#ffcb47;
--tiger-yellow:#ffdf80;
--dithered-sky:#c2e2ff;
--fennel-flower:#809dff;
}