Rodeo Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rodeo Sunset palette

Share this palette to:

Rodeo Sunset color palette PNG image

Download rodeo sunset color palette PNG image (landscape)
Download rodeo sunset color palette PNG image (square)

Rodeo Sunset color palette CSS

/* CSS */
.color-1 {
color: #d6c6b8;
}
.color-2 {
color: #e1cab7;
}
.color-3 {
color: #d7a088;
}
.color-4 {
color: #b95c5b;
}
.color-5 {
color: #8e413e;
}

/* CSS Variables */
:root {
--color-1: #d6c6b8;
--color-2: #e1cab7;
--color-3: #d7a088;
--color-4: #b95c5b;
--color-5: #8e413e;
}

Rodeo Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c6b8, #e1cab7, #d7a088, #b95c5b, #8e413e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c6b8, #e1cab7, #d7a088, #b95c5b, #8e413e);
}

Rodeo Sunset color palette created on .