Color names in this palette
CSS code for this palette
/* CSS */
.faded-sunlight {
color: #ffce6b;
}
.orange-bell-pepper {
color: #ff8b42;
}
.fusion-red {
color: #ff5c61;
}
.diva-pink {
color: #ff3d77;
}
.fuchsia-fever {
color: #ff5c98;
}
/* CSS Variables */
:root {
--faded-sunlight:#ffce6b;
--orange-bell-pepper:#ff8b42;
--fusion-red:#ff5c61;
--diva-pink:#ff3d77;
--fuchsia-fever:#ff5c98;
}