CSS code for this palette
/* CSS */
.sky-high {
color: #a2c2e6;
}
.lemon-dream {
color: #f0a400;
}
.spicy-paella {
color: #f28e36;
}
.fireglow {
color: #d65e3d;
}
.dahlia {
color: #8c3e8e;
}
/* CSS Variables */
:root {
--sky-high:#a2c2e6;
--lemon-dream:#f0a400;
--spicy-paella:#f28e36;
--fireglow:#d65e3d;
--dahlia:#8c3e8e;
}