Color names in this palette
CSS code for this palette
/* CSS */
.thallium-flame {
color: #5cff8d;
}
.waterfall {
color: #3cb99e;
}
.larkspur {
color: #3e7a93;
}
.lucid-dream {
color: #5e2c90;
}
.bright-blue-violet {
color: #8a2ce2;
}
/* CSS Variables */
:root {
--thallium-flame:#5cff8d;
--waterfall:#3cb99e;
--larkspur:#3e7a93;
--lucid-dream:#5e2c90;
--bright-blue-violet:#8a2ce2;
}