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