Color names in this palette
CSS code for this palette
/* CSS */
.synthetic-spearmint {
color: #1fff6d;
}
.verditer {
color: #00bdad;
}
.diva-blue {
color: #0078c2;
}
.shady-neon-blue {
color: #5b4dff;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--synthetic-spearmint:#1fff6d;
--verditer:#00bdad;
--diva-blue:#0078c2;
--shady-neon-blue:#5b4dff;
--coquelicot:#ff3c00;
}