Midnight Blue Dazzle Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Blue Dazzle palette
Midnight Blue Dazzle color palette CSS
/* CSS */
.color-1 {
color: #1b2a6f;
}
.color-2 {
color: #2c3f90;
}
.color-3 {
color: #4e5b97;
}
.color-4 {
color: #6c7989;
}
.color-5 {
color: #9fb2c1;
}
/* CSS Variables */
:root {
--color-1: #1b2a6f;
--color-2: #2c3f90;
--color-3: #4e5b97;
--color-4: #6c7989;
--color-5: #9fb2c1;
}
Midnight Blue Dazzle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b2a6f, #2c3f90, #4e5b97, #6c7989, #9fb2c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b2a6f, #2c3f90, #4e5b97, #6c7989, #9fb2c1);
}
Similar color palettes
Midnight Blue Dazzle color palette created on .