Brandy Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brandy Sunset palette

Share this palette to:

Brandy Sunset color palette CSS

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #d76e28;
}
.color-3 {
color: #a63d2b;
}
.color-4 {
color: #7c2d3e;
}
.color-5 {
color: #601a2e;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #d76e28;
--color-3: #a63d2b;
--color-4: #7c2d3e;
--color-5: #601a2e;
}

Brandy Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #d76e28, #a63d2b, #7c2d3e, #601a2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #d76e28, #a63d2b, #7c2d3e, #601a2e);
}

Brandy Sunset color palette created on .