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
๐ก 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
๐ป 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);
}
๐ Explore similar color palettes
Rustic Sunset color palette created on .