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