Paleta de colores Pink Cabaret

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Cabaret palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Cabaret

/* CSS */
.color-1 {
color: #f6a2b0;
}
.color-2 {
color: #f3b9c5;
}
.color-3 {
color: #e7b1d5;
}
.color-4 {
color: #e3a5e0;
}
.color-5 {
color: #d9a2e6;
}

/* CSS Variables */
:root {
--color-1: #f6a2b0;
--color-2: #f3b9c5;
--color-3: #e7b1d5;
--color-4: #e3a5e0;
--color-5: #d9a2e6;
}

CSS del degradado de fondo Pink Cabaret

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2b0, #f3b9c5, #e7b1d5, #e3a5e0, #d9a2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2b0, #f3b9c5, #e7b1d5, #e3a5e0, #d9a2e6);
}

Pink Cabaret color palette created on .