Soft Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Blue palette
Color Inspiration
Images that showcase this color palette in real designs
Download Soft Blue Color Palette (PNG)
Soft Blue color palette CSS
/* CSS */
.color-1 {
color: #f7c6a6;
}
.color-2 {
color: #f9e19f;
}
.color-3 {
color: #d6e6d6;
}
.color-4 {
color: #a7d7d3;
}
.color-5 {
color: #a6c9e2;
}
/* CSS Variables */
:root {
--color-1: #f7c6a6;
--color-2: #f9e19f;
--color-3: #d6e6d6;
--color-4: #a7d7d3;
--color-5: #a6c9e2;
}
Soft Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a6, #f9e19f, #d6e6d6, #a7d7d3, #a6c9e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a6, #f9e19f, #d6e6d6, #a7d7d3, #a6c9e2);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Soft Blue color palette created on .