Paleta de colores Pink Berry Bush

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Berry Bush palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Berry Bush

/* CSS */
.color-1 {
color: #b82e4e;
}
.color-2 {
color: #e07b9b;
}
.color-3 {
color: #f2b1d0;
}
.color-4 {
color: #d2a3c7;
}
.color-5 {
color: #a36c96;
}

/* CSS Variables */
:root {
--color-1: #b82e4e;
--color-2: #e07b9b;
--color-3: #f2b1d0;
--color-4: #d2a3c7;
--color-5: #a36c96;
}

CSS del degradado de fondo Pink Berry Bush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b82e4e, #e07b9b, #f2b1d0, #d2a3c7, #a36c96);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b82e4e, #e07b9b, #f2b1d0, #d2a3c7, #a36c96);
}

Pink Berry Bush color palette created on .