Paleta de colores Soft Meadow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Meadow palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Soft Meadow

Download soft meadow color palette PNG image (landscape)
Download soft meadow color palette PNG image (square)

CSS de la paleta de colores Soft Meadow

/* CSS */
.color-1 {
color: #a8e6ce;
}
.color-2 {
color: #d6c5e2;
}
.color-3 {
color: #ffc29e;
}
.color-4 {
color: #ff667d;
}
.color-5 {
color: #d4a5a5;
}

/* CSS Variables */
:root {
--color-1: #a8e6ce;
--color-2: #d6c5e2;
--color-3: #ffc29e;
--color-4: #ff667d;
--color-5: #d4a5a5;
}

CSS del degradado de fondo Soft Meadow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e6ce, #d6c5e2, #ffc29e, #ff667d, #d4a5a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e6ce, #d6c5e2, #ffc29e, #ff667d, #d4a5a5);
}

Soft Meadow color palette created on .