Blue Spring Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Spring palette
Blue Spring color palette PNG image
Blue Spring color palette CSS
/* CSS */
.color-1 {
color: #4ea8e4;
}
.color-2 {
color: #6ed4d2;
}
.color-3 {
color: #8ef1c9;
}
.color-4 {
color: #b6f7a6;
}
.color-5 {
color: #f3fcb6;
}
/* CSS Variables */
:root {
--color-1: #4ea8e4;
--color-2: #6ed4d2;
--color-3: #8ef1c9;
--color-4: #b6f7a6;
--color-5: #f3fcb6;
}
Blue Spring background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ea8e4, #6ed4d2, #8ef1c9, #b6f7a6, #f3fcb6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ea8e4, #6ed4d2, #8ef1c9, #b6f7a6, #f3fcb6);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Spring color palette created on .