Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #ed9f02;
}
.gilded {
color: #f5d94d;
}
.cente-tl-yellow {
color: #f7e278;
}
.starship {
color: #e2e83b;
}
.indian-pale-ale {
color: #dab92b;
}
/* CSS Variables */
:root {
--lemon-dream:#ed9f02;
--gilded:#f5d94d;
--cente-tl-yellow:#f7e278;
--starship:#e2e83b;
--indian-pale-ale:#dab92b;
}