Color names in this palette
CSS code for this palette
/* CSS */
.royal-yellow {
color: #f9d94e;
}
.hot-sun {
color: #f7b32b;
}
.miami-marmalade {
color: #f28e1c;
}
.fading-ember {
color: #de6d1b;
}
.astorath-red {
color: #df4d30;
}
/* CSS Variables */
:root {
--royal-yellow:#f9d94e;
--hot-sun:#f7b32b;
--miami-marmalade:#f28e1c;
--fading-ember:#de6d1b;
--astorath-red:#df4d30;
}