Soft Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Blue palette

Share this palette to:

Download Soft Blue Color Palette (PNG)

Download soft blue color palette PNG image (landscape)
Download soft blue color palette PNG image (square)

Soft Blue color palette CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #b4e1e9;
}
.color-3 {
color: #d6f2f5;
}
.color-4 {
color: #f9d7b9;
}
.color-5 {
color: #f8afaf;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #b4e1e9;
--color-3: #d6f2f5;
--color-4: #f9d7b9;
--color-5: #f8afaf;
}

Soft Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #b4e1e9, #d6f2f5, #f9d7b9, #f8afaf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #b4e1e9, #d6f2f5, #f9d7b9, #f8afaf);
}

Soft Blue color palette created on .