Calm Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Calm Blue palette
Calm Blue color palette CSS
/* CSS */
.color-1 {
color: #a1d3e8;
}
.color-2 {
color: #71b5c6;
}
.color-3 {
color: #3b8e9b;
}
.color-4 {
color: #3a7e74;
}
.color-5 {
color: #1d5d59;
}
/* CSS Variables */
:root {
--color-1: #a1d3e8;
--color-2: #71b5c6;
--color-3: #3b8e9b;
--color-4: #3a7e74;
--color-5: #1d5d59;
}
Calm Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d3e8, #71b5c6, #3b8e9b, #3a7e74, #1d5d59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d3e8, #71b5c6, #3b8e9b, #3a7e74, #1d5d59);
}
Similar color palettes
Calm Blue color palette created on .