Rustic Sunset Color Palette

Discover the beautiful Rustic Sunset color palette featuring sea buckthorn (#f69f2c), flame pea (#d75e33), medium carmine (#a6453a), buccaneer (#682c3b) and bossanova (#3e2a5a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Orange, Red, Vibrant 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 Rustic Sunset palette

Share this palette to:

๐Ÿ’ป Rustic Sunset color palette CSS

/* CSS */
.color-1 {
color: #f69f2c;
}
.color-2 {
color: #d75e33;
}
.color-3 {
color: #a6453a;
}
.color-4 {
color: #682c3b;
}
.color-5 {
color: #3e2a5a;
}

/* CSS Variables */
:root {
--color-1: #f69f2c;
--color-2: #d75e33;
--color-3: #a6453a;
--color-4: #682c3b;
--color-5: #3e2a5a;
}

๐ŸŒˆ Rustic Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f69f2c, #d75e33, #a6453a, #682c3b, #3e2a5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f69f2c, #d75e33, #a6453a, #682c3b, #3e2a5a);
}

Rustic Sunset color palette created on .