Soft Blue Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Blue Green palette
Soft Blue Green color palette CSS
/* CSS */
.color-1 {
color: #9fc4e9;
}
.color-2 {
color: #e2c2a1;
}
.color-3 {
color: #b6daaa;
}
.color-4 {
color: #eab8e4;
}
.color-5 {
color: #f7c5e3;
}
/* CSS Variables */
:root {
--color-1: #9fc4e9;
--color-2: #e2c2a1;
--color-3: #b6daaa;
--color-4: #eab8e4;
--color-5: #f7c5e3;
}
Soft Blue Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc4e9, #e2c2a1, #b6daaa, #eab8e4, #f7c5e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc4e9, #e2c2a1, #b6daaa, #eab8e4, #f7c5e3);
}
Similar color palettes
Soft Blue Green color palette created on .