Mysterious Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mysterious Blue palette
Color Inspiration
Images that showcase this color palette in real designs
Download Mysterious Blue Color Palette (PNG)
Mysterious Blue color palette CSS
/* CSS */
.color-1 {
color: #1a1d32;
}
.color-2 {
color: #2a3441;
}
.color-3 {
color: #4a5d7d;
}
.color-4 {
color: #6a8aa0;
}
.color-5 {
color: #9dbfcd;
}
/* CSS Variables */
:root {
--color-1: #1a1d32;
--color-2: #2a3441;
--color-3: #4a5d7d;
--color-4: #6a8aa0;
--color-5: #9dbfcd;
}
Mysterious Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1d32, #2a3441, #4a5d7d, #6a8aa0, #9dbfcd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1d32, #2a3441, #4a5d7d, #6a8aa0, #9dbfcd);
}
Similar color palettes
Mysterious Blue color palette created on .