Soft Soul Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Soul Blue palette

Share this palette to:

Soft Soul Blue color palette CSS

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f1c7b6;
}
.color-3 {
color: #f0e8a8;
}
.color-4 {
color: #bbd7a8;
}
.color-5 {
color: #a2c6e7;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f1c7b6;
--color-3: #f0e8a8;
--color-4: #bbd7a8;
--color-5: #a2c6e7;
}

Soft Soul Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f1c7b6, #f0e8a8, #bbd7a8, #a2c6e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f1c7b6, #f0e8a8, #bbd7a8, #a2c6e7);
}

Soft Soul Blue color palette created on .