Color names in this palette
CSS code for this palette
/* CSS */
.hollandaise {
color: #ffec42;
}
.floral-leaf {
color: #ffb84d;
}
.royal-oranje {
color: #ff7b29;
}
.blood-burst {
color: #ff4d4d;
}
.chinese-new-year {
color: #ff3366;
}
/* CSS Variables */
:root {
--hollandaise:#ffec42;
--floral-leaf:#ffb84d;
--royal-oranje:#ff7b29;
--blood-burst:#ff4d4d;
--chinese-new-year:#ff3366;
}