Paleta de colores Pink and Black Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink and Black Elegance palette

Compartir esta paleta en:

CSS de la paleta de colores Pink and Black Elegance

/* CSS */
.color-1 {
color: #f7b1c2;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #b1b0b5;
}
.color-4 {
color: #585b5f;
}
.color-5 {
color: #1c1c1c;
}

/* CSS Variables */
:root {
--color-1: #f7b1c2;
--color-2: #eab8d1;
--color-3: #b1b0b5;
--color-4: #585b5f;
--color-5: #1c1c1c;
}

CSS del degradado de fondo Pink and Black Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1c2, #eab8d1, #b1b0b5, #585b5f, #1c1c1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1c2, #eab8d1, #b1b0b5, #585b5f, #1c1c1c);
}

Pink and Black Elegance color palette created on .