Paleta de colores Pink Sheep

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Sheep palette

Compartir esta paleta en:

Descargar la paleta de colores Pink Sheep (PNG)

Download pink sheep color palette PNG image (landscape)
Download pink sheep color palette PNG image (square)

CSS de la paleta de colores Pink Sheep

/* CSS */
.color-1 {
color: #f4e1d7;
}
.color-2 {
color: #f3b9c5;
}
.color-3 {
color: #f76e8e;
}
.color-4 {
color: #c1447a;
}
.color-5 {
color: #7d2c4f;
}

/* CSS Variables */
:root {
--color-1: #f4e1d7;
--color-2: #f3b9c5;
--color-3: #f76e8e;
--color-4: #c1447a;
--color-5: #7d2c4f;
}

CSS del degradado de fondo Pink Sheep

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e1d7, #f3b9c5, #f76e8e, #c1447a, #7d2c4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e1d7, #f3b9c5, #f76e8e, #c1447a, #7d2c4f);
}

Pink Sheep color palette created on .