Color names in this palette
CSS code for this palette
/* CSS */
.fireglow {
color: #d65e3d;
}
.lemon-dream {
color: #f0a400;
}
.noodles {
color: #f8e1b4;
}
.paradise-island {
color: #5ba4a2;
}
.china-pattern {
color: #3e5e79;
}
/* CSS Variables */
:root {
--fireglow:#d65e3d;
--lemon-dream:#f0a400;
--noodles:#f8e1b4;
--paradise-island:#5ba4a2;
--china-pattern:#3e5e79;
}