Mountain Dew Color Palette
Discover the beautiful Mountain Dew color palette featuring pistachio (#9ddb00), rio grande (#a8e000), lime (#b8e600), electric lime (#d3eb00) and turbo (#f1f500).
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 Mountain Dew palette
💻 Mountain Dew color palette CSS
/* CSS */
.color-1 {
color: #9ddb00;
}
.color-2 {
color: #a8e000;
}
.color-3 {
color: #b8e600;
}
.color-4 {
color: #d3eb00;
}
.color-5 {
color: #f1f500;
}
/* CSS Variables */
:root {
--color-1: #9ddb00;
--color-2: #a8e000;
--color-3: #b8e600;
--color-4: #d3eb00;
--color-5: #f1f500;
} 🌈 Mountain Dew background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ddb00, #a8e000, #b8e600, #d3eb00, #f1f500);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ddb00, #a8e000, #b8e600, #d3eb00, #f1f500);
} 🔗 Explore similar color palettes
Mountain Dew color palette created on .