Venomous Verdance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Venomous Verdance palette

Condividi questa palette a:

tavolozza dei colori Venomous Verdance CSS

/* CSS */
.color-1 {
color: #4cdc77;
}
.color-2 {
color: #3cb961;
}
.color-3 {
color: #2a9d4c;
}
.color-4 {
color: #1e7b3a;
}
.color-5 {
color: #f2d13a;
}

/* CSS Variables */
:root {
--color-1: #4cdc77;
--color-2: #3cb961;
--color-3: #2a9d4c;
--color-4: #1e7b3a;
--color-5: #f2d13a;
}

CSS con gradiente di sfondo Venomous Verdance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cdc77, #3cb961, #2a9d4c, #1e7b3a, #f2d13a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cdc77, #3cb961, #2a9d4c, #1e7b3a, #f2d13a);
}

Venomous Verdance color palette created on .