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