Paleta de colores Grandmother's Garden

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Grandmother's Garden palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Grandmother's Garden

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

CSS de la paleta de colores Grandmother's Garden

/* 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 del degradado de fondo 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 .