Grandmother's Garden Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Grandmother's Garden palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Grandmother's Garden

Download grandmother's garden color palette PNG image (landscape)
Download grandmother's garden color palette PNG image (square)

tavolozza dei colori Grandmother's Garden CSS

/* CSS */
.color-1 {
color: #b6c8a7;
}
.color-2 {
color: #a59988;
}
.color-3 {
color: #8c7c6e;
}
.color-4 {
color: #d8c6b1;
}
.color-5 {
color: #6a5a4d;
}

/* CSS Variables */
:root {
--color-1: #b6c8a7;
--color-2: #a59988;
--color-3: #8c7c6e;
--color-4: #d8c6b1;
--color-5: #6a5a4d;
}

CSS con gradiente di sfondo Grandmother's Garden

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8a7, #a59988, #8c7c6e, #d8c6b1, #6a5a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8a7, #a59988, #8c7c6e, #d8c6b1, #6a5a4d);
}

Grandmother's Garden color palette created on .