Paleta de colores Berry Pink
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Berry Pink palette
CSS de la paleta de colores Berry Pink
/* CSS */
.color-1 {
color: #a23f6d;
}
.color-2 {
color: #d4598a;
}
.color-3 {
color: #ff8a9b;
}
.color-4 {
color: #ffb3b3;
}
.color-5 {
color: #ffd1d1;
}
/* CSS Variables */
:root {
--color-1: #a23f6d;
--color-2: #d4598a;
--color-3: #ff8a9b;
--color-4: #ffb3b3;
--color-5: #ffd1d1;
}
CSS del degradado de fondo Berry Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a23f6d, #d4598a, #ff8a9b, #ffb3b3, #ffd1d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a23f6d, #d4598a, #ff8a9b, #ffb3b3, #ffd1d1);
}
Paletas de colores similares
Berry Pink color palette created on .