Rodeo Dust Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rodeo Dust Sunset palette

Share this palette to:

Rodeo Dust Sunset color palette PNG image

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

Rodeo Dust Sunset color palette CSS

/* CSS */
.color-1 {
color: #d5baa5;
}
.color-2 {
color: #c6a58b;
}
.color-3 {
color: #b39a7a;
}
.color-4 {
color: #a66a59;
}
.color-5 {
color: #aa4b4e;
}

/* CSS Variables */
:root {
--color-1: #d5baa5;
--color-2: #c6a58b;
--color-3: #b39a7a;
--color-4: #a66a59;
--color-5: #aa4b4e;
}

Rodeo Dust Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5baa5, #c6a58b, #b39a7a, #a66a59, #aa4b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5baa5, #c6a58b, #b39a7a, #a66a59, #aa4b4e);
}

Rodeo Dust Sunset color palette created on .