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: #a8d8e1;
}
.color-2 {
color: #f2c8b5;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #ebb09e;
}
.color-5 {
color: #d8696f;
}

/* CSS Variables */
:root {
--color-1: #a8d8e1;
--color-2: #f2c8b5;
--color-3: #f0a800;
--color-4: #ebb09e;
--color-5: #d8696f;
}

Soft Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d8e1, #f2c8b5, #f0a800, #ebb09e, #d8696f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d8e1, #f2c8b5, #f0a800, #ebb09e, #d8696f);
}

Soft Blue color palette created on .