Color names in this palette
CSS code for this palette
/* CSS */
.deep-ultramarine {
color: #3b5097;
}
.moonshade {
color: #5b6b9f;
}
.moon-veil {
color: #8d99b0;
}
.hyacinth-white-soft-blue {
color: #c3c7d5;
}
.whisper-blue {
color: #e8e8f3;
}
/* CSS Variables */
:root {
--deep-ultramarine:#3b5097;
--moonshade:#5b6b9f;
--moon-veil:#8d99b0;
--hyacinth-white-soft-blue:#c3c7d5;
--whisper-blue:#e8e8f3;
}