Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.vanilla-pudding {
color: #f9e16c;
}
.precious-persimmon {
color: #ff7142;
}
.chinese-new-year {
color: #ff2e62;
}
.royal-fuchsia {
color: #c92c92;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--vanilla-pudding:#f9e16c;
--precious-persimmon:#ff7142;
--chinese-new-year:#ff2e62;
--royal-fuchsia:#c92c92;
}