Paleta de colores Soft Golden Child

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Golden Child palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Soft Golden Child

Download soft golden child color palette PNG image (landscape)
Download soft golden child color palette PNG image (square)

CSS de la paleta de colores Soft Golden Child

/* CSS */
.color-1 {
color: #fcefc5;
}
.color-2 {
color: #f7df97;
}
.color-3 {
color: #fccd97;
}
.color-4 {
color: #f9ca6c;
}
.color-5 {
color: #e8ba7d;
}

/* CSS Variables */
:root {
--color-1: #fcefc5;
--color-2: #f7df97;
--color-3: #fccd97;
--color-4: #f9ca6c;
--color-5: #e8ba7d;
}

CSS del degradado de fondo Soft Golden Child

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcefc5, #f7df97, #fccd97, #f9ca6c, #e8ba7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcefc5, #f7df97, #fccd97, #f9ca6c, #e8ba7d);
}

Soft Golden Child color palette created on .