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: #9a2d6b;
}
.color-2 {
color: #d87d9a;
}
.color-3 {
color: #f4a9c5;
}
.color-4 {
color: #f8e1a5;
}
.color-5 {
color: #f1d3b7;
}
/* CSS Variables */
:root {
--color-1: #9a2d6b;
--color-2: #d87d9a;
--color-3: #f4a9c5;
--color-4: #f8e1a5;
--color-5: #f1d3b7;
}
CSS del degradado de fondo Berry Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9a2d6b, #d87d9a, #f4a9c5, #f8e1a5, #f1d3b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9a2d6b, #d87d9a, #f4a9c5, #f8e1a5, #f1d3b7);
}
Paletas de colores similares
Berry Pink color palette created on .