Rodeo Sunset Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rodeo Sunset Serenade palette

Share this palette to:

Rodeo Sunset Serenade color palette CSS

/* CSS */
.color-1 {
color: #d46c49;
}
.color-2 {
color: #eedb49;
}
.color-3 {
color: #40b9c4;
}
.color-4 {
color: #5a8c89;
}
.color-5 {
color: #a46a94;
}

/* CSS Variables */
:root {
--color-1: #d46c49;
--color-2: #eedb49;
--color-3: #40b9c4;
--color-4: #5a8c89;
--color-5: #a46a94;
}

Rodeo Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d46c49, #eedb49, #40b9c4, #5a8c89, #a46a94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d46c49, #eedb49, #40b9c4, #5a8c89, #a46a94);
}

Rodeo Sunset Serenade color palette created on .