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