Color names in this palette
CSS code for this palette
/* CSS */
.20000-leagues-under-the-sea {
color: #1b1b79;
}
.twilight {
color: #4f4f92;
}
.violet-verbena {
color: #8a8aa3;
}
.o-brien-orange {
color: #f1a146;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--20000-leagues-under-the-sea:#1b1b79;
--twilight:#4f4f92;
--violet-verbena:#8a8aa3;
--o-brien-orange:#f1a146;
--grapefruit-pulp:#ff6e61;
}