Blue Maelstrom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Maelstrom palette
Blue Maelstrom color palette CSS
/* CSS */
.color-1 {
color: #192b4d;
}
.color-2 {
color: #2e5f7f;
}
.color-3 {
color: #4a8da5;
}
.color-4 {
color: #6ac4e2;
}
.color-5 {
color: #a3e4f0;
}
/* CSS Variables */
:root {
--color-1: #192b4d;
--color-2: #2e5f7f;
--color-3: #4a8da5;
--color-4: #6ac4e2;
--color-5: #a3e4f0;
}
Blue Maelstrom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #192b4d, #2e5f7f, #4a8da5, #6ac4e2, #a3e4f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #192b4d, #2e5f7f, #4a8da5, #6ac4e2, #a3e4f0);
}
Similar color palettes
Blue Maelstrom color palette created on .