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: #a3d5e0;
}
.color-2 {
color: #b6e2d7;
}
.color-3 {
color: #e5f1df;
}
.color-4 {
color: #f9e6b9;
}
.color-5 {
color: #f8b9ce;
}
/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #b6e2d7;
--color-3: #e5f1df;
--color-4: #f9e6b9;
--color-5: #f8b9ce;
}
Calm Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #b6e2d7, #e5f1df, #f9e6b9, #f8b9ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #b6e2d7, #e5f1df, #f9e6b9, #f8b9ce);
}
Similar color palettes
Calm Blue color palette created on .