Soothing Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soothing Blue palette
Soothing Blue color palette PNG image
Soothing Blue color palette CSS
/* CSS */
.color-1 {
color: #a9d8e0;
}
.color-2 {
color: #a1c5d9;
}
.color-3 {
color: #bae3da;
}
.color-4 {
color: #c3e1e9;
}
.color-5 {
color: #e9f7f3;
}
/* CSS Variables */
:root {
--color-1: #a9d8e0;
--color-2: #a1c5d9;
--color-3: #bae3da;
--color-4: #c3e1e9;
--color-5: #e9f7f3;
}
Soothing Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d8e0, #a1c5d9, #bae3da, #c3e1e9, #e9f7f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d8e0, #a1c5d9, #bae3da, #c3e1e9, #e9f7f3);
}
Similar color palettes
Scroll down to explore 200+ Blue color palettes
Soothing Blue color palette created on .