Nevada Sunrise Color Palette
Discover the beautiful Nevada Sunrise color palette featuring nomad (#b6b2a5), pharlap (#a08a7e), shadow (#7c6a55), pavlova (#d9cba5) and santa fe (#a86b4d).
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 Nevada Sunrise palette
💻 Nevada Sunrise color palette CSS
/* CSS */
.color-1 {
color: #b6b2a5;
}
.color-2 {
color: #a08a7e;
}
.color-3 {
color: #7c6a55;
}
.color-4 {
color: #d9cba5;
}
.color-5 {
color: #a86b4d;
}
/* CSS Variables */
:root {
--color-1: #b6b2a5;
--color-2: #a08a7e;
--color-3: #7c6a55;
--color-4: #d9cba5;
--color-5: #a86b4d;
}
🌈 Nevada Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6b2a5, #a08a7e, #7c6a55, #d9cba5, #a86b4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6b2a5, #a08a7e, #7c6a55, #d9cba5, #a86b4d);
}
🔗 Explore similar color palettes
Nevada Sunrise color palette created on .