Color names in this palette
CSS code for this palette
/* CSS */
.20000-leagues-under-the-sea {
color: #1a1a70;
}
.liberty {
color: #4c4c9a;
}
.deep-periwinkle {
color: #7e7ebe;
}
.maximum-blue-purple {
color: #b1b1e7;
}
.foundation-white {
color: #f0f0ff;
}
/* CSS Variables */
:root {
--20000-leagues-under-the-sea:#1a1a70;
--liberty:#4c4c9a;
--deep-periwinkle:#7e7ebe;
--maximum-blue-purple:#b1b1e7;
--foundation-white:#f0f0ff;
}