Verdant Dawn Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Verdant Dawn palette

Condividi questa palette a:

tavolozza dei colori Verdant Dawn CSS

/* CSS */
.color-1 {
color: #4d9f3c;
}
.color-2 {
color: #a6c5bc;
}
.color-3 {
color: #ffb347;
}
.color-4 {
color: #ffd59e;
}
.color-5 {
color: #e2efbe;
}

/* CSS Variables */
:root {
--color-1: #4d9f3c;
--color-2: #a6c5bc;
--color-3: #ffb347;
--color-4: #ffd59e;
--color-5: #e2efbe;
}

CSS con gradiente di sfondo Verdant Dawn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d9f3c, #a6c5bc, #ffb347, #ffd59e, #e2efbe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d9f3c, #a6c5bc, #ffb347, #ffd59e, #e2efbe);
}

Verdant Dawn color palette created on .