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: #f1e0d0;
}
.color-2 {
color: #d8cad1;
}
.color-3 {
color: #b2a4b7;
}
.color-4 {
color: #e4b6af;
}
.color-5 {
color: #f5d4d1;
}
/* CSS Variables */
:root {
--color-1: #f1e0d0;
--color-2: #d8cad1;
--color-3: #b2a4b7;
--color-4: #e4b6af;
--color-5: #f5d4d1;
}
CSS del degradado de fondo Soft Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e0d0, #d8cad1, #b2a4b7, #e4b6af, #f5d4d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e0d0, #d8cad1, #b2a4b7, #e4b6af, #f5d4d1);
}
Paletas de colores similares
Soft Pink color palette created on .