Blue Summer Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Summer palette
Color Inspiration
Images that showcase this color palette in real designs
Download Blue Summer Color Palette (PNG)
Blue Summer color palette CSS
/* CSS */
.color-1 {
color: #5c8cbc;
}
.color-2 {
color: #a0d5e9;
}
.color-3 {
color: #f2b069;
}
.color-4 {
color: #f78c40;
}
.color-5 {
color: #d84d3b;
}
/* CSS Variables */
:root {
--color-1: #5c8cbc;
--color-2: #a0d5e9;
--color-3: #f2b069;
--color-4: #f78c40;
--color-5: #d84d3b;
}
Blue Summer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c8cbc, #a0d5e9, #f2b069, #f78c40, #d84d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c8cbc, #a0d5e9, #f2b069, #f78c40, #d84d3b);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Summer color palette created on .