Blue Leviathan Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Leviathan palette
Blue Leviathan color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #3e7bc1;
}
.color-3 {
color: #67b1e0;
}
.color-4 {
color: #a3d5e0;
}
.color-5 {
color: #f1f6f8;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #3e7bc1;
--color-3: #67b1e0;
--color-4: #a3d5e0;
--color-5: #f1f6f8;
}
Blue Leviathan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #3e7bc1, #67b1e0, #a3d5e0, #f1f6f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #3e7bc1, #67b1e0, #a3d5e0, #f1f6f8);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Blue Leviathan color palette created on .