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