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: #f4a4d7;
}
.color-2 {
color: #eab8e4;
}
.color-3 {
color: #d5a4d2;
}
.color-4 {
color: #f5c7e0;
}
.color-5 {
color: #f1a7c3;
}

/* CSS Variables */
:root {
--color-1: #f4a4d7;
--color-2: #eab8e4;
--color-3: #d5a4d2;
--color-4: #f5c7e0;
--color-5: #f1a7c3;
}

CSS del degradado de fondo Pink Princess

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4d7, #eab8e4, #d5a4d2, #f5c7e0, #f1a7c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4d7, #eab8e4, #d5a4d2, #f5c7e0, #f1a7c3);
}

Pink Princess color palette created on .