Dark Purple and Neo Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Dark Purple and Neo Green palette

Condividi questa palette a:

tavolozza dei colori Dark Purple and Neo Green 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;
}

CSS con gradiente di sfondo 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);
}

Dark Purple and Neo Green color palette created on .