Paleta de colores Pink Robin

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Robin palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Robin

/* CSS */
.color-1 {
color: #eab8c9;
}
.color-2 {
color: #f6a2ba;
}
.color-3 {
color: #f6798c;
}
.color-4 {
color: #f44e6f;
}
.color-5 {
color: #d8414d;
}

/* CSS Variables */
:root {
--color-1: #eab8c9;
--color-2: #f6a2ba;
--color-3: #f6798c;
--color-4: #f44e6f;
--color-5: #d8414d;
}

CSS del degradado de fondo Pink Robin

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8c9, #f6a2ba, #f6798c, #f44e6f, #d8414d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8c9, #f6a2ba, #f6798c, #f44e6f, #d8414d);
}

Pink Robin color palette created on .