Electric Meadow Color Palette
Discover the beautiful Electric Meadow color palette featuring blue (#4400ff), electric violet (#6a00ff), rio grande (#a4db00), electric lime (#cfe600) and yellow (#fff700).
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 Electric Meadow palette
💻 Electric Meadow color palette CSS
/* CSS */
.color-1 {
color: #4400ff;
}
.color-2 {
color: #6a00ff;
}
.color-3 {
color: #a4db00;
}
.color-4 {
color: #cfe600;
}
.color-5 {
color: #fff700;
}
/* CSS Variables */
:root {
--color-1: #4400ff;
--color-2: #6a00ff;
--color-3: #a4db00;
--color-4: #cfe600;
--color-5: #fff700;
} 🌈 Electric Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4400ff, #6a00ff, #a4db00, #cfe600, #fff700);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4400ff, #6a00ff, #a4db00, #cfe600, #fff700);
} 🔗 Explore similar color palettes
Electric Meadow color palette created on .