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: #d94a72;
}
.color-2 {
color: #f28c9c;
}
.color-3 {
color: #f3c4d3;
}
.color-4 {
color: #f6e9d5;
}
.color-5 {
color: #f0c74c;
}

/* CSS Variables */
:root {
--color-1: #d94a72;
--color-2: #f28c9c;
--color-3: #f3c4d3;
--color-4: #f6e9d5;
--color-5: #f0c74c;
}

CSS del degradado de fondo Pink Cabaret

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d94a72, #f28c9c, #f3c4d3, #f6e9d5, #f0c74c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d94a72, #f28c9c, #f3c4d3, #f6e9d5, #f0c74c);
}

Pink Cabaret color palette created on .