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: #f7c6b6;
}
.color-2 {
color: #f9d89f;
}
.color-3 {
color: #e8e7b5;
}
.color-4 {
color: #b0d5e8;
}
.color-5 {
color: #89c5e1;
}

/* CSS Variables */
:root {
--color-1: #f7c6b6;
--color-2: #f9d89f;
--color-3: #e8e7b5;
--color-4: #b0d5e8;
--color-5: #89c5e1;
}

Soft Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6b6, #f9d89f, #e8e7b5, #b0d5e8, #89c5e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6b6, #f9d89f, #e8e7b5, #b0d5e8, #89c5e1);
}

Soft Blue color palette created on .