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: #f1f5f0;
}
.color-2 {
color: #e6d5c7;
}
.color-3 {
color: #a7d7e2;
}
.color-4 {
color: #f4f0e6;
}
.color-5 {
color: #b7b2a9;
}

/* CSS Variables */
:root {
--color-1: #f1f5f0;
--color-2: #e6d5c7;
--color-3: #a7d7e2;
--color-4: #f4f0e6;
--color-5: #b7b2a9;
}

Soft Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f5f0, #e6d5c7, #a7d7e2, #f4f0e6, #b7b2a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f5f0, #e6d5c7, #a7d7e2, #f4f0e6, #b7b2a9);
}

Soft Blue color palette created on .