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: #d7a8a3;
}
.color-2 {
color: #e0b6b2;
}
.color-3 {
color: #f1c6c8;
}
.color-4 {
color: #f6d0d1;
}
.color-5 {
color: #f4e7e7;
}
/* CSS Variables */
:root {
--color-1: #d7a8a3;
--color-2: #e0b6b2;
--color-3: #f1c6c8;
--color-4: #f6d0d1;
--color-5: #f4e7e7;
}
CSS del degradado de fondo Soft Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7a8a3, #e0b6b2, #f1c6c8, #f6d0d1, #f4e7e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7a8a3, #e0b6b2, #f1c6c8, #f6d0d1, #f4e7e7);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Estético
Soft Pink color palette created on .