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: #a4d3df;
}
.color-2 {
color: #ffc29e;
}
.color-3 {
color: #ff667d;
}
.color-4 {
color: #d4a5a5;
}
.color-5 {
color: #39305a;
}
/* CSS Variables */
:root {
--color-1: #a4d3df;
--color-2: #ffc29e;
--color-3: #ff667d;
--color-4: #d4a5a5;
--color-5: #39305a;
}
Soft Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d3df, #ffc29e, #ff667d, #d4a5a5, #39305a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d3df, #ffc29e, #ff667d, #d4a5a5, #39305a);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Soft Blue color palette created on .