Soft Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Blue palette
Soft Blue color palette CSS
/* CSS */
.color-1 {
color: #b2c8d7;
}
.color-2 {
color: #a7b4c3;
}
.color-3 {
color: #8e9ba9;
}
.color-4 {
color: #f2b1b1;
}
.color-5 {
color: #d76a6a;
}
/* CSS Variables */
:root {
--color-1: #b2c8d7;
--color-2: #a7b4c3;
--color-3: #8e9ba9;
--color-4: #f2b1b1;
--color-5: #d76a6a;
}
Soft Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2c8d7, #a7b4c3, #8e9ba9, #f2b1b1, #d76a6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2c8d7, #a7b4c3, #8e9ba9, #f2b1b1, #d76a6a);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Soft Blue color palette created on .