Color names in this palette
CSS code for this palette
/* CSS */
.maizena {
color: #f6ec60;
}
.royal-star {
color: #f9df4e;
}
.golden-marguerite {
color: #f9cf39;
}
.saffron {
color: #f6c72c;
}
.hot-sun {
color: #f8b72a;
}
/* CSS Variables */
:root {
--maizena:#f6ec60;
--royal-star:#f9df4e;
--golden-marguerite:#f9cf39;
--saffron:#f6c72c;
--hot-sun:#f8b72a;
}