Western Mountain Wedding Color Palette
Discover the beautiful Western Mountain Wedding color palette featuring ripe lemon (#f7da1d), scampi (#695b9a), pewter (#a0b6a9), geebung (#d28d1e) and sandy brown (#f2a94a).
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 Western Mountain Wedding palette
💻 Western Mountain Wedding color palette CSS
/* CSS */
.color-1 {
color: #f7da1d;
}
.color-2 {
color: #695b9a;
}
.color-3 {
color: #a0b6a9;
}
.color-4 {
color: #d28d1e;
}
.color-5 {
color: #f2a94a;
}
/* CSS Variables */
:root {
--color-1: #f7da1d;
--color-2: #695b9a;
--color-3: #a0b6a9;
--color-4: #d28d1e;
--color-5: #f2a94a;
}
🌈 Western Mountain Wedding background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7da1d, #695b9a, #a0b6a9, #d28d1e, #f2a94a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7da1d, #695b9a, #a0b6a9, #d28d1e, #f2a94a);
}
🔗 Explore similar color palettes
Western Mountain Wedding color palette created on .