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