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