Color names in this palette
CSS code for this palette
/* CSS */
.byzantine-night-blue {
color: #6b7cff;
}
.warm-blue {
color: #4950d4;
}
.galaxy-express {
color: #3c3e9a;
}
.light-periwinkle {
color: #b8c6ff;
}
.alice-blue {
color: #f0f4ff;
}
/* CSS Variables */
:root {
--byzantine-night-blue:#6b7cff;
--warm-blue:#4950d4;
--galaxy-express:#3c3e9a;
--light-periwinkle:#b8c6ff;
--alice-blue:#f0f4ff;
}