Color names in this palette
CSS code for this palette
/* CSS */
.royal-star {
color: #fede4d;
}
.american-yellow {
color: #f5b400;
}
.peach-butter {
color: #fbaf3c;
}
.wiener-schnitzel {
color: #f09c00;
}
.philippine-golden-yellow {
color: #ebb800;
}
/* CSS Variables */
:root {
--royal-star:#fede4d;
--american-yellow:#f5b400;
--peach-butter:#fbaf3c;
--wiener-schnitzel:#f09c00;
--philippine-golden-yellow:#ebb800;
}