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: #f6a4a2;
}
.color-2 {
color: #f6d1a7;
}
.color-3 {
color: #f4e5b3;
}
.color-4 {
color: #a8d3e1;
}
.color-5 {
color: #6a8ea9;
}

/* CSS Variables */
:root {
--color-1: #f6a4a2;
--color-2: #f6d1a7;
--color-3: #f4e5b3;
--color-4: #a8d3e1;
--color-5: #6a8ea9;
}

Soft Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a4a2, #f6d1a7, #f4e5b3, #a8d3e1, #6a8ea9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a4a2, #f6d1a7, #f4e5b3, #a8d3e1, #6a8ea9);
}

Soft Blue color palette created on .