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