Loading...

Paleta de colores Pink Celestia

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Celestia palette

Compartir esta paleta en:

Descargar la paleta de colores Pink Celestia (PNG)

Download pink celestia color palette PNG image (landscape)
Download pink celestia color palette PNG image (square)

CSS de la paleta de colores Pink Celestia

/* CSS */
.color-1 {
color: #f8f3a5;
}
.color-2 {
color: #f4b3c3;
}
.color-3 {
color: #f69dbf;
}
.color-4 {
color: #d97dba;
}
.color-5 {
color: #9c609f;
}

/* CSS Variables */
:root {
--color-1: #f8f3a5;
--color-2: #f4b3c3;
--color-3: #f69dbf;
--color-4: #d97dba;
--color-5: #9c609f;
}

CSS del degradado de fondo Pink Celestia

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f3a5, #f4b3c3, #f69dbf, #d97dba, #9c609f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f3a5, #f4b3c3, #f69dbf, #d97dba, #9c609f);
}

Pink Celestia color palette created on .