Cool Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cool Blue palette
Cool Blue color palette CSS
/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #52b3e0;
}
.color-3 {
color: #7dd3f2;
}
.color-4 {
color: #9fe0f4;
}
.color-5 {
color: #d6f7fa;
}
/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #52b3e0;
--color-3: #7dd3f2;
--color-4: #9fe0f4;
--color-5: #d6f7fa;
}
Cool Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #52b3e0, #7dd3f2, #9fe0f4, #d6f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #52b3e0, #7dd3f2, #9fe0f4, #d6f7fa);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Cool Blue color palette created on .