Color names in this palette
CSS code for this palette
/* CSS */
.fusion-red {
color: #ff6161;
}
.evening-star {
color: #ffd061;
}
.thallium-flame {
color: #61ff86;
}
.ti-n-l-n-sky {
color: #61b8ff;
}
.stellar-strawberry {
color: #ff618e;
}
/* CSS Variables */
:root {
--fusion-red:#ff6161;
--evening-star:#ffd061;
--thallium-flame:#61ff86;
--ti-n-l-n-sky:#61b8ff;
--stellar-strawberry:#ff618e;
}