Paleta de colores Pink Night Sky

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Night Sky palette

Compartir esta paleta en:

Descargar la paleta de colores Pink Night Sky (PNG)

Download pink night sky color palette PNG image (landscape)
Download pink night sky color palette PNG image (square)

CSS de la paleta de colores Pink Night Sky

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ffcdcc;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #ff8fe1;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #ff7092;
--color-3: #ffcdcc;
--color-4: #d6006f;
--color-5: #ff8fe1;
}

CSS del degradado de fondo Pink Night Sky

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #ff7092, #ffcdcc, #d6006f, #ff8fe1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #ff7092, #ffcdcc, #d6006f, #ff8fe1);
}

Pink Night Sky color palette created on .