Sunset Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Breeze palette

Share this palette to:

Sunset Breeze color palette CSS

/* CSS */
.color-1 {
color: #ed1d23;
}
.color-2 {
color: #f76d36;
}
.color-3 {
color: #f9b44e;
}
.color-4 {
color: #f6e8b1;
}
.color-5 {
color: #c5e2d9;
}

/* CSS Variables */
:root {
--color-1: #ed1d23;
--color-2: #f76d36;
--color-3: #f9b44e;
--color-4: #f6e8b1;
--color-5: #c5e2d9;
}

Sunset Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ed1d23, #f76d36, #f9b44e, #f6e8b1, #c5e2d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ed1d23, #f76d36, #f9b44e, #f6e8b1, #c5e2d9);
}

Sunset Breeze color palette created on .