Paleta de colores Prettiest Moon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Prettiest Moon palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Prettiest Moon

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

CSS de la paleta de colores Prettiest Moon

/* CSS */
.color-1 {
color: #f8e2f5;
}
.color-2 {
color: #f2b1d2;
}
.color-3 {
color: #d88dbe;
}
.color-4 {
color: #a45ea6;
}
.color-5 {
color: #7b2b8c;
}

/* CSS Variables */
:root {
--color-1: #f8e2f5;
--color-2: #f2b1d2;
--color-3: #d88dbe;
--color-4: #a45ea6;
--color-5: #7b2b8c;
}

CSS del degradado de fondo Prettiest Moon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e2f5, #f2b1d2, #d88dbe, #a45ea6, #7b2b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e2f5, #f2b1d2, #d88dbe, #a45ea6, #7b2b8c);
}

Prettiest Moon color palette created on .