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: #dac6b9;
}
.color-2 {
color: #c0b0a5;
}
.color-3 {
color: #a58e8d;
}
.color-4 {
color: #8c5a5a;
}
.color-5 {
color: #6c4b4b;
}

/* CSS Variables */
:root {
--color-1: #dac6b9;
--color-2: #c0b0a5;
--color-3: #a58e8d;
--color-4: #8c5a5a;
--color-5: #6c4b4b;
}

Rodeo Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dac6b9, #c0b0a5, #a58e8d, #8c5a5a, #6c4b4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dac6b9, #c0b0a5, #a58e8d, #8c5a5a, #6c4b4b);
}

Rodeo Sunset color palette created on .