Dark Purple and Neo Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Purple and Neo Green palette
Dark Purple and Neo Green color palette CSS
/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #1ba74c;
}
.color-3 {
color: #2bda8e;
}
.color-4 {
color: #4dff9a;
}
.color-5 {
color: #7afa7c;
}
/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #1ba74c;
--color-3: #2bda8e;
--color-4: #4dff9a;
--color-5: #7afa7c;
}
Dark Purple and Neo Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #1ba74c, #2bda8e, #4dff9a, #7afa7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #1ba74c, #2bda8e, #4dff9a, #7afa7c);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Dark Purple and Neo Green color palette created on .