Paleta de colores Whimsical Meadow Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whimsical Meadow Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Whimsical Meadow Dream

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f7c5a1;
}
.color-3 {
color: #f2e5b0;
}
.color-4 {
color: #a7d7b8;
}
.color-5 {
color: #9fcfdf;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f7c5a1;
--color-3: #f2e5b0;
--color-4: #a7d7b8;
--color-5: #9fcfdf;
}

CSS del degradado de fondo Whimsical Meadow Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f7c5a1, #f2e5b0, #a7d7b8, #9fcfdf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f7c5a1, #f2e5b0, #a7d7b8, #9fcfdf);
}

Whimsical Meadow Dream color palette created on .