Rodeo Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rodeo Sunset palette
Color Inspiration
Images that showcase this color palette in real designs
Download Rodeo Sunset Color Palette (PNG)
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);
}
Similar color palettes
Rodeo Sunset color palette created on .