Paleta de colores Soft Blush
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Blush palette
Inspiración de Color
Imágenes que muestran esta paleta de colores en diseños reales
Descargar la paleta de colores Soft Blush (PNG)
CSS de la paleta de colores Soft Blush
/* CSS */
.color-1 {
color: #f5e2d6;
}
.color-2 {
color: #f3c4c4;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #f7f7f7;
}
.color-5 {
color: #ffe5e5;
}
/* CSS Variables */
:root {
--color-1: #f5e2d6;
--color-2: #f3c4c4;
--color-3: #ffffff;
--color-4: #f7f7f7;
--color-5: #ffe5e5;
}
CSS del degradado de fondo Soft Blush
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e2d6, #f3c4c4, #ffffff, #f7f7f7, #ffe5e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e2d6, #f3c4c4, #ffffff, #f7f7f7, #ffe5e5);
}
Paletas de colores similares
Soft Blush color palette created on .