Serene Sunset Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Sunset Breeze palette
Serene Sunset Breeze color palette CSS
/* CSS */
.color-1 {
color: #6b856c;
}
.color-2 {
color: #a7c8c2;
}
.color-3 {
color: #f2e6d9;
}
.color-4 {
color: #f7b98d;
}
.color-5 {
color: #c94f4f;
}
/* CSS Variables */
:root {
--color-1: #6b856c;
--color-2: #a7c8c2;
--color-3: #f2e6d9;
--color-4: #f7b98d;
--color-5: #c94f4f;
}
Serene Sunset Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b856c, #a7c8c2, #f2e6d9, #f7b98d, #c94f4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b856c, #a7c8c2, #f2e6d9, #f7b98d, #c94f4f);
}
Similar color palettes
Serene Sunset Breeze color palette created on .