Blue Static Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Static palette
Blue Static color palette CSS
/* CSS */
.color-1 {
color: #1c1f3f;
}
.color-2 {
color: #3d4b6c;
}
.color-3 {
color: #5f7b91;
}
.color-4 {
color: #93b7b8;
}
.color-5 {
color: #f2b450;
}
/* CSS Variables */
:root {
--color-1: #1c1f3f;
--color-2: #3d4b6c;
--color-3: #5f7b91;
--color-4: #93b7b8;
--color-5: #f2b450;
}
Blue Static background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1f3f, #3d4b6c, #5f7b91, #93b7b8, #f2b450);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1f3f, #3d4b6c, #5f7b91, #93b7b8, #f2b450);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Blue Static color palette created on .