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: #f6a6a2;
}
.color-2 {
color: #f8c29b;
}
.color-3 {
color: #f4e4b3;
}
.color-4 {
color: #b7d0e6;
}
.color-5 {
color: #a2c7e7;
}
/* CSS Variables */
:root {
--color-1: #f6a6a2;
--color-2: #f8c29b;
--color-3: #f4e4b3;
--color-4: #b7d0e6;
--color-5: #a2c7e7;
}
Soft Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a6a2, #f8c29b, #f4e4b3, #b7d0e6, #a2c7e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a6a2, #f8c29b, #f4e4b3, #b7d0e6, #a2c7e7);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Soft Blue color palette created on .