Paleta de colores Berry Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Berry Pink palette

Compartir esta paleta en:

Descargar la paleta de colores Berry Pink (PNG)

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

CSS de la paleta de colores Berry Pink

/* CSS */
.color-1 {
color: #a34d97;
}
.color-2 {
color: #d86e8e;
}
.color-3 {
color: #f1a7b4;
}
.color-4 {
color: #f3c4d3;
}
.color-5 {
color: #e0b3d6;
}

/* CSS Variables */
:root {
--color-1: #a34d97;
--color-2: #d86e8e;
--color-3: #f1a7b4;
--color-4: #f3c4d3;
--color-5: #e0b3d6;
}

CSS del degradado de fondo Berry Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a34d97, #d86e8e, #f1a7b4, #f3c4d3, #e0b3d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a34d97, #d86e8e, #f1a7b4, #f3c4d3, #e0b3d6);
}

Berry Pink color palette created on .