Paleta de colores Pink Vanilla

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Vanilla palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Vanilla

/* CSS */
.color-1 {
color: #f3d8de;
}
.color-2 {
color: #f1b1c3;
}
.color-3 {
color: #e68e9a;
}
.color-4 {
color: #d65c7a;
}
.color-5 {
color: #b95071;
}

/* CSS Variables */
:root {
--color-1: #f3d8de;
--color-2: #f1b1c3;
--color-3: #e68e9a;
--color-4: #d65c7a;
--color-5: #b95071;
}

CSS del degradado de fondo Pink Vanilla

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d8de, #f1b1c3, #e68e9a, #d65c7a, #b95071);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d8de, #f1b1c3, #e68e9a, #d65c7a, #b95071);
}

Pink Vanilla color palette created on .