Gentle Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gentle Blue palette

Share this palette to:

Gentle Blue color palette CSS

/* CSS */
.color-1 {
color: #a3c3e0;
}
.color-2 {
color: #b5e0f2;
}
.color-3 {
color: #e9caa5;
}
.color-4 {
color: #a5c9d5;
}
.color-5 {
color: #c2d6e0;
}

/* CSS Variables */
:root {
--color-1: #a3c3e0;
--color-2: #b5e0f2;
--color-3: #e9caa5;
--color-4: #a5c9d5;
--color-5: #c2d6e0;
}

Gentle Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c3e0, #b5e0f2, #e9caa5, #a5c9d5, #c2d6e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c3e0, #b5e0f2, #e9caa5, #a5c9d5, #c2d6e0);
}

Gentle Blue color palette created on .