Soft Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Blue palette

Share this palette to:

Soft Blue color palette CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #aee0d7;
}
.color-3 {
color: #f2c7ba;
}
.color-4 {
color: #ffadad;
}
.color-5 {
color: #f7b5a1;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #aee0d7;
--color-3: #f2c7ba;
--color-4: #ffadad;
--color-5: #f7b5a1;
}

Soft Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #aee0d7, #f2c7ba, #ffadad, #f7b5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #aee0d7, #f2c7ba, #ffadad, #f7b5a1);
}

Soft Blue color palette created on .