Paleta de colores Pink Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Elegance palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Elegance

/* CSS */
.color-1 {
color: #f2c5d3;
}
.color-2 {
color: #eab8c8;
}
.color-3 {
color: #d99bba;
}
.color-4 {
color: #c67b99;
}
.color-5 {
color: #a65971;
}

/* CSS Variables */
:root {
--color-1: #f2c5d3;
--color-2: #eab8c8;
--color-3: #d99bba;
--color-4: #c67b99;
--color-5: #a65971;
}

CSS del degradado de fondo Pink Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c5d3, #eab8c8, #d99bba, #c67b99, #a65971);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c5d3, #eab8c8, #d99bba, #c67b99, #a65971);
}

Pink Elegance color palette created on .