Paleta de colores Pink Victoria

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Victoria palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Victoria

/* CSS */
.color-1 {
color: #e6a8b0;
}
.color-2 {
color: #f9c99a;
}
.color-3 {
color: #f2e4b5;
}
.color-4 {
color: #b2d7c9;
}
.color-5 {
color: #8cb2d9;
}

/* CSS Variables */
:root {
--color-1: #e6a8b0;
--color-2: #f9c99a;
--color-3: #f2e4b5;
--color-4: #b2d7c9;
--color-5: #8cb2d9;
}

CSS del degradado de fondo Pink Victoria

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a8b0, #f9c99a, #f2e4b5, #b2d7c9, #8cb2d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a8b0, #f9c99a, #f2e4b5, #b2d7c9, #8cb2d9);
}

Pink Victoria color palette created on .