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