Color names in this palette
CSS code for this palette
/* CSS */
.20000-leagues-under-the-sea {
color: #1a1d70;
}
.violet-storm {
color: #5c619d;
}
.corfu-sky {
color: #8d95c3;
}
.fallen-blossoms {
color: #f0b2c3;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--20000-leagues-under-the-sea:#1a1d70;
--violet-storm:#5c619d;
--corfu-sky:#8d95c3;
--fallen-blossoms:#f0b2c3;
--pompelmo:#ff6b6b;
}