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: #f7a1b8;
}
.color-2 {
color: #f9e5a4;
}
.color-3 {
color: #e3c8e5;
}
.color-4 {
color: #d6a6e2;
}
.color-5 {
color: #e5b3d8;
}

/* CSS Variables */
:root {
--color-1: #f7a1b8;
--color-2: #f9e5a4;
--color-3: #e3c8e5;
--color-4: #d6a6e2;
--color-5: #e5b3d8;
}

CSS del degradado de fondo Pink Princess

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b8, #f9e5a4, #e3c8e5, #d6a6e2, #e5b3d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b8, #f9e5a4, #e3c8e5, #d6a6e2, #e5b3d8);
}

Pink Princess color palette created on .