Color names in this palette
CSS code for this palette
/* CSS */
.chinese-goldfish {
color: #f44725;
}
.persimmon-orange {
color: #f46d25;
}
.radiant-yellow {
color: #f4a125;
}
.spectacular-saffron {
color: #f4d825;
}
.tennis-ball {
color: #e2f349;
}
/* CSS Variables */
:root {
--chinese-goldfish:#f44725;
--persimmon-orange:#f46d25;
--radiant-yellow:#f4a125;
--spectacular-saffron:#f4d825;
--tennis-ball:#e2f349;
}