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