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: #a9d6bb;
}
.color-2 {
color: #b4e3b0;
}
.color-3 {
color: #d0e5b8;
}
.color-4 {
color: #e3f6d5;
}
.color-5 {
color: #f6f9e1;
}

/* CSS Variables */
:root {
--color-1: #a9d6bb;
--color-2: #b4e3b0;
--color-3: #d0e5b8;
--color-4: #e3f6d5;
--color-5: #f6f9e1;
}

CSS del degradado de fondo Whispering Meadow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d6bb, #b4e3b0, #d0e5b8, #e3f6d5, #f6f9e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d6bb, #b4e3b0, #d0e5b8, #e3f6d5, #f6f9e1);
}

Whispering Meadow color palette created on .