Color names in this palette
CSS code for this palette
/* CSS */
.electrifying-kiss {
color: #d51a4f;
}
.orange-soda {
color: #f95d3e;
}
.glowing-lantern {
color: #f8b93a;
}
.xanthic {
color: #f5e719;
}
.tender-shoots {
color: #a9d530;
}
/* CSS Variables */
:root {
--electrifying-kiss:#d51a4f;
--orange-soda:#f95d3e;
--glowing-lantern:#f8b93a;
--xanthic:#f5e719;
--tender-shoots:#a9d530;
}