Color names in this palette
CSS code for this palette
/* CSS */
.fusion-red {
color: #ff5c61;
}
.hot-sun {
color: #f7b32b;
}
.tropical-light {
color: #a1d76a;
}
.sky-dancer {
color: #3d9eff;
}
.blue-marguerite {
color: #6b4fba;
}
/* CSS Variables */
:root {
--fusion-red:#ff5c61;
--hot-sun:#f7b32b;
--tropical-light:#a1d76a;
--sky-dancer:#3d9eff;
--blue-marguerite:#6b4fba;
}