Verdant Voyage Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Verdant Voyage palette

Condividi questa palette a:

Scarica la tavolozza dei colori Verdant Voyage (PNG)

Download verdant voyage color palette PNG image (landscape)
Download verdant voyage color palette PNG image (square)

tavolozza dei colori Verdant Voyage CSS

/* CSS */
.color-1 {
color: #1e8f60;
}
.color-2 {
color: #4fbf8d;
}
.color-3 {
color: #8cdeb6;
}
.color-4 {
color: #f3e69b;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #1e8f60;
--color-2: #4fbf8d;
--color-3: #8cdeb6;
--color-4: #f3e69b;
--color-5: #f9c54e;
}

CSS con gradiente di sfondo Verdant Voyage

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8f60, #4fbf8d, #8cdeb6, #f3e69b, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8f60, #4fbf8d, #8cdeb6, #f3e69b, #f9c54e);
}

Verdant Voyage color palette created on .