Gentle Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gentle Blue palette
Gentle Blue color palette CSS
/* CSS */
.color-1 {
color: #a3c8e1;
}
.color-2 {
color: #79b3d2;
}
.color-3 {
color: #5d9db6;
}
.color-4 {
color: #3a8fb6;
}
.color-5 {
color: #2b6f9c;
}
/* CSS Variables */
:root {
--color-1: #a3c8e1;
--color-2: #79b3d2;
--color-3: #5d9db6;
--color-4: #3a8fb6;
--color-5: #2b6f9c;
}
Gentle Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c8e1, #79b3d2, #5d9db6, #3a8fb6, #2b6f9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c8e1, #79b3d2, #5d9db6, #3a8fb6, #2b6f9c);
}
Similar color palettes
Gentle Blue color palette created on .