Soft Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Breeze palette
Color Inspiration
Images that showcase this color palette in real designs
Download Soft Breeze Color Palette (PNG)
Soft Breeze color palette CSS
/* CSS */
.color-1 {
color: #f0ffff;
}
.color-2 {
color: #fffff0;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #dbf0ff;
}
.color-5 {
color: #f0f0ff;
}
/* CSS Variables */
:root {
--color-1: #f0ffff;
--color-2: #fffff0;
--color-3: #ffffff;
--color-4: #dbf0ff;
--color-5: #f0f0ff;
}
Soft Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0ffff, #fffff0, #ffffff, #dbf0ff, #f0f0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0ffff, #fffff0, #ffffff, #dbf0ff, #f0f0ff);
}
Similar color palettes
Soft Breeze color palette created on .