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: #b3cde0;
}
.color-2 {
color: #f0e0d0;
}
.color-3 {
color: #f7a5a1;
}
.color-4 {
color: #fc9e92;
}
.color-5 {
color: #e85e6e;
}

/* CSS Variables */
:root {
--color-1: #b3cde0;
--color-2: #f0e0d0;
--color-3: #f7a5a1;
--color-4: #fc9e92;
--color-5: #e85e6e;
}

Soft Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3cde0, #f0e0d0, #f7a5a1, #fc9e92, #e85e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3cde0, #f0e0d0, #f7a5a1, #fc9e92, #e85e6e);
}

Soft Blue color palette created on .