Color names in this palette
CSS code for this palette
/* CSS */
.space-cadet {
color: #1c2b4f;
}
.tory-blue {
color: #3c4e8b;
}
.diva-violet {
color: #5076b4;
}
.astral-spirit {
color: #8dc0e7;
}
.dithered-sky {
color: #b8e0ff;
}
/* CSS Variables */
:root {
--space-cadet:#1c2b4f;
--tory-blue:#3c4e8b;
--diva-violet:#5076b4;
--astral-spirit:#8dc0e7;
--dithered-sky:#b8e0ff;
}