Paleta de colores Verdant Whisper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Verdant Whisper palette

Compartir esta paleta en:

CSS de la paleta de colores Verdant Whisper

/* CSS */
.color-1 {
color: #4c8e1f;
}
.color-2 {
color: #5cbf4f;
}
.color-3 {
color: #90dc74;
}
.color-4 {
color: #c5e0a3;
}
.color-5 {
color: #f0f9e1;
}

/* CSS Variables */
:root {
--color-1: #4c8e1f;
--color-2: #5cbf4f;
--color-3: #90dc74;
--color-4: #c5e0a3;
--color-5: #f0f9e1;
}

CSS del degradado de fondo Verdant Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8e1f, #5cbf4f, #90dc74, #c5e0a3, #f0f9e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8e1f, #5cbf4f, #90dc74, #c5e0a3, #f0f9e1);
}

Verdant Whisper color palette created on .