Paleta de colores Verdant Whispers

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Verdant Whispers palette

Compartir esta paleta en:

CSS de la paleta de colores Verdant Whispers

/* CSS */
.color-1 {
color: #4b7d2b;
}
.color-2 {
color: #6fbf4a;
}
.color-3 {
color: #8dda6c;
}
.color-4 {
color: #a0df9f;
}
.color-5 {
color: #c0f2c1;
}

/* CSS Variables */
:root {
--color-1: #4b7d2b;
--color-2: #6fbf4a;
--color-3: #8dda6c;
--color-4: #a0df9f;
--color-5: #c0f2c1;
}

CSS del degradado de fondo Verdant Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7d2b, #6fbf4a, #8dda6c, #a0df9f, #c0f2c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7d2b, #6fbf4a, #8dda6c, #a0df9f, #c0f2c1);
}

Verdant Whispers color palette created on .