Paleta de colores Whispering Meadow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Meadow palette

Compartir esta paleta en:

CSS de la paleta de colores Whispering Meadow

/* CSS */
.color-1 {
color: #f6f7f2;
}
.color-2 {
color: #e5e7d5;
}
.color-3 {
color: #c1d2b1;
}
.color-4 {
color: #a8b59b;
}
.color-5 {
color: #8c9970;
}

/* CSS Variables */
:root {
--color-1: #f6f7f2;
--color-2: #e5e7d5;
--color-3: #c1d2b1;
--color-4: #a8b59b;
--color-5: #8c9970;
}

CSS del degradado de fondo Whispering Meadow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f7f2, #e5e7d5, #c1d2b1, #a8b59b, #8c9970);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f7f2, #e5e7d5, #c1d2b1, #a8b59b, #8c9970);
}

Whispering Meadow color palette created on .