"Sunset Over Wilderness" Color Palette
Discover the beautiful "Sunset Over Wilderness" color palette featuring shakespeare (#4a9cd3), web orange (#f5a300), desert (#a45c1e), beryl green (#dae5b8) and hopbush (#c86a99).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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 "Sunset Over Wilderness" palette
💻 "Sunset Over Wilderness" color palette CSS
/* CSS */
.color-1 {
color: #4a9cd3;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #a45c1e;
}
.color-4 {
color: #dae5b8;
}
.color-5 {
color: #c86a99;
}
/* CSS Variables */
:root {
--color-1: #4a9cd3;
--color-2: #f5a300;
--color-3: #a45c1e;
--color-4: #dae5b8;
--color-5: #c86a99;
} 🌈 "Sunset Over Wilderness" background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a9cd3, #f5a300, #a45c1e, #dae5b8, #c86a99);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a9cd3, #f5a300, #a45c1e, #dae5b8, #c86a99);
} "Sunset Over Wilderness" color palette created on .