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: #a7d7e6;
}
.color-2 {
color: #b3eab8;
}
.color-3 {
color: #f3e1a0;
}
.color-4 {
color: #f8caa5;
}
.color-5 {
color: #f57c75;
}
/* CSS Variables */
:root {
--color-1: #a7d7e6;
--color-2: #b3eab8;
--color-3: #f3e1a0;
--color-4: #f8caa5;
--color-5: #f57c75;
}
Soft Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7e6, #b3eab8, #f3e1a0, #f8caa5, #f57c75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7e6, #b3eab8, #f3e1a0, #f8caa5, #f57c75);
}
Similar color palettes
Soft Blue color palette created on .