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: #1e3a76;
}
.color-2 {
color: #4a7cba;
}
.color-3 {
color: #89b8e1;
}
.color-4 {
color: #b6e1f7;
}
.color-5 {
color: #e2f5f8;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4a7cba;
--color-3: #89b8e1;
--color-4: #b6e1f7;
--color-5: #e2f5f8;
}
Cool Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4a7cba, #89b8e1, #b6e1f7, #e2f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4a7cba, #89b8e1, #b6e1f7, #e2f5f8);
}
Similar color palettes
Cool Blue color palette created on .