Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.azraq-blue {
color: #4b6cb4;
}
.lavender-lustre {
color: #8b9dc6;
}
.newman-s-eye {
color: #b1c8e2;
}
.romantic-cruise {
color: #e7e2ee;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--azraq-blue:#4b6cb4;
--lavender-lustre:#8b9dc6;
--newman-s-eye:#b1c8e2;
--romantic-cruise:#e7e2ee;
}