Paleta de colores Dark Purple and Neo Green
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Dark Purple and Neo Green palette
CSS de la paleta de colores Dark Purple and Neo Green
/* 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;
}
CSS del degradado de fondo Dark Purple and Neo Green
/* 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);
}
Paletas de colores similares
Dark Purple and Neo Green color palette created on .