Paleta de colores Secret Garden

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Secret Garden palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Secret Garden

Download secret garden color palette PNG image (landscape)
Download secret garden color palette PNG image (square)

CSS de la paleta de colores Secret Garden

/* CSS */
.color-1 {
color: #a2d9a1;
}
.color-2 {
color: #b7e6c1;
}
.color-3 {
color: #f6e2a7;
}
.color-4 {
color: #f2b1b4;
}
.color-5 {
color: #c57c9e;
}

/* CSS Variables */
:root {
--color-1: #a2d9a1;
--color-2: #b7e6c1;
--color-3: #f6e2a7;
--color-4: #f2b1b4;
--color-5: #c57c9e;
}

CSS del degradado de fondo Secret Garden

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2d9a1, #b7e6c1, #f6e2a7, #f2b1b4, #c57c9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2d9a1, #b7e6c1, #f6e2a7, #f2b1b4, #c57c9e);
}

Secret Garden color palette created on .