Paleta de colores Pink Princess

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Princess palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Princess

/* CSS */
.color-1 {
color: #f8b9ce;
}
.color-2 {
color: #f1a7d3;
}
.color-3 {
color: #eab8e4;
}
.color-4 {
color: #d3a1e3;
}
.color-5 {
color: #a68cc5;
}

/* CSS Variables */
:root {
--color-1: #f8b9ce;
--color-2: #f1a7d3;
--color-3: #eab8e4;
--color-4: #d3a1e3;
--color-5: #a68cc5;
}

CSS del degradado de fondo Pink Princess

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b9ce, #f1a7d3, #eab8e4, #d3a1e3, #a68cc5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b9ce, #f1a7d3, #eab8e4, #d3a1e3, #a68cc5);
}

Pink Princess color palette created on .