Paleta de colores Moon Child

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Moon Child palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Moon Child

Download moon child color palette PNG image (landscape)
Download moon child color palette PNG image (square)

CSS de la paleta de colores Moon Child

/* CSS */
.color-1 {
color: #f7e6a6;
}
.color-2 {
color: #e4b9cd;
}
.color-3 {
color: #b6a6e8;
}
.color-4 {
color: #a2c1e7;
}
.color-5 {
color: #8c4d8f;
}

/* CSS Variables */
:root {
--color-1: #f7e6a6;
--color-2: #e4b9cd;
--color-3: #b6a6e8;
--color-4: #a2c1e7;
--color-5: #8c4d8f;
}

CSS del degradado de fondo Moon Child

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e6a6, #e4b9cd, #b6a6e8, #a2c1e7, #8c4d8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e6a6, #e4b9cd, #b6a6e8, #a2c1e7, #8c4d8f);
}

Moon Child color palette created on .