Cool Blues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cool Blues palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cool Blues Color Palette (PNG)
Cool Blues color palette CSS
/* CSS */
.color-1 {
color: #1c2e4a;
}
.color-2 {
color: #3c4e6d;
}
.color-3 {
color: #5e6d8d;
}
.color-4 {
color: #799caf;
}
.color-5 {
color: #a5c1d5;
}
/* CSS Variables */
:root {
--color-1: #1c2e4a;
--color-2: #3c4e6d;
--color-3: #5e6d8d;
--color-4: #799caf;
--color-5: #a5c1d5;
}
Cool Blues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2e4a, #3c4e6d, #5e6d8d, #799caf, #a5c1d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2e4a, #3c4e6d, #5e6d8d, #799caf, #a5c1d5);
}
Similar color palettes
Scroll down to explore 1000+ Blue color palettes
Cool Blues color palette created on .