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: #a4c2db;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f3d66d;
}
.color-4 {
color: #f9b79f;
}
.color-5 {
color: #d29fdf;
}

/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #f1a8a2;
--color-3: #f3d66d;
--color-4: #f9b79f;
--color-5: #d29fdf;
}

Soft Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #f1a8a2, #f3d66d, #f9b79f, #d29fdf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #f1a8a2, #f3d66d, #f9b79f, #d29fdf);
}

Soft Blue color palette created on .