Rodeo Sunset Color Palette

Discover the beautiful Rodeo Sunset color palette featuring soft amber (#d6c6b8), bone (#e1cab7), my pink (#d7a088), matrix (#b95c5b) and tosca (#8e413e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Coral, Earthy, Fall color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Rodeo Sunset palette

Share this palette to:

💻 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 .