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