Soft Meadow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soft Meadow palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Soft Meadow

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

tavolozza dei colori Soft Meadow CSS

/* 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 con gradiente di sfondo 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 .