Electric Purple and Chartreuse Fusion Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Electric Purple and Chartreuse Fusion palette
Electric Purple and Chartreuse Fusion color palette CSS
/* CSS */
.color-1 {
color: #a3008d;
}
.color-2 {
color: #6aff00;
}
.color-3 {
color: #a0d100;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #f39c12;
}
/* CSS Variables */
:root {
--color-1: #a3008d;
--color-2: #6aff00;
--color-3: #a0d100;
--color-4: #f1c40e;
--color-5: #f39c12;
}
Electric Purple and Chartreuse Fusion background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3008d, #6aff00, #a0d100, #f1c40e, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3008d, #6aff00, #a0d100, #f1c40e, #f39c12);
}
Similar color palettes
Scroll down to explore 200 Aesthetic color palettes
Electric Purple and Chartreuse Fusion color palette created on .