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: #a8d3e1;
}
.color-2 {
color: #b2e0da;
}
.color-3 {
color: #f4d1be;
}
.color-4 {
color: #f5b85b;
}
.color-5 {
color: #f28a82;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #b2e0da;
--color-3: #f4d1be;
--color-4: #f5b85b;
--color-5: #f28a82;
}
Serene Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #b2e0da, #f4d1be, #f5b85b, #f28a82);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #b2e0da, #f4d1be, #f5b85b, #f28a82);
}
Similar color palettes
Serene Breeze color palette created on .