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: #a3c7e0;
}
.color-2 {
color: #b6e2d7;
}
.color-3 {
color: #e1b7d4;
}
.color-4 {
color: #f0caad;
}
.color-5 {
color: #f7aaa1;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b6e2d7;
--color-3: #e1b7d4;
--color-4: #f0caad;
--color-5: #f7aaa1;
}
Soft Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b6e2d7, #e1b7d4, #f0caad, #f7aaa1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b6e2d7, #e1b7d4, #f0caad, #f7aaa1);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Soft Blue color palette created on .