Paleta de colores Whispers of Verdant Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Verdant Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Verdant Dreams

/* CSS */
.color-1 {
color: #e7edd4;
}
.color-2 {
color: #dbe3bf;
}
.color-3 {
color: #c2cd9d;
}
.color-4 {
color: #a8b27b;
}
.color-5 {
color: #8c9565;
}

/* CSS Variables */
:root {
--color-1: #e7edd4;
--color-2: #dbe3bf;
--color-3: #c2cd9d;
--color-4: #a8b27b;
--color-5: #8c9565;
}

CSS del degradado de fondo Whispers of Verdant Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7edd4, #dbe3bf, #c2cd9d, #a8b27b, #8c9565);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7edd4, #dbe3bf, #c2cd9d, #a8b27b, #8c9565);
}

Whispers of Verdant Dreams color palette created on .