Serene Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Breeze palette
Serene Breeze color palette CSS
/* CSS */
.color-1 {
color: #a3d3e0;
}
.color-2 {
color: #b4e1e4;
}
.color-3 {
color: #c8e9e2;
}
.color-4 {
color: #e2f8f7;
}
.color-5 {
color: #e1f2f4;
}
/* CSS Variables */
:root {
--color-1: #a3d3e0;
--color-2: #b4e1e4;
--color-3: #c8e9e2;
--color-4: #e2f8f7;
--color-5: #e1f2f4;
}
Serene Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d3e0, #b4e1e4, #c8e9e2, #e2f8f7, #e1f2f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d3e0, #b4e1e4, #c8e9e2, #e2f8f7, #e1f2f4);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Serene Breeze color palette created on .