Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1e2876;
}
.galaxy-express {
color: #404a9c;
}
.marvellous {
color: #6b7fb3;
}
.sea-cliff {
color: #a3c7e0;
}
.alice-blue {
color: #f0f5ff;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1e2876;
--galaxy-express:#404a9c;
--marvellous:#6b7fb3;
--sea-cliff:#a3c7e0;
--alice-blue:#f0f5ff;
}