Color names in this palette
CSS code for this palette
/* CSS */
.20000-leagues-under-the-sea {
color: #1d1a6b;
}
.moonlight-sonata {
color: #4c4992;
}
.clear-mauve {
color: #7670b2;
}
.faint-green {
color: #a8902e;
}
.piercing-red {
color: #da0b27;
}
/* CSS Variables */
:root {
--20000-leagues-under-the-sea:#1d1a6b;
--moonlight-sonata:#4c4992;
--clear-mauve:#7670b2;
--faint-green:#a8902e;
--piercing-red:#da0b27;
}