Calm Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Calm Blue palette
Color Inspiration
Images that showcase this color palette in real designs
Download Calm Blue Color Palette (PNG)
Calm Blue color palette CSS
/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #6ec1d4;
}
.color-3 {
color: #4c9fc2;
}
.color-4 {
color: #2b7a9c;
}
.color-5 {
color: #1f4e5c;
}
/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #6ec1d4;
--color-3: #4c9fc2;
--color-4: #2b7a9c;
--color-5: #1f4e5c;
}
Calm Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #6ec1d4, #4c9fc2, #2b7a9c, #1f4e5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #6ec1d4, #4c9fc2, #2b7a9c, #1f4e5c);
}
Similar color palettes
Calm Blue color palette created on .