Paleta de colores Soft Pink
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Pink palette
Descargar la paleta de colores Soft Pink (PNG)
CSS de la paleta de colores Soft Pink
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9f80;
}
.color-3 {
color: #ffbb99;
}
.color-4 {
color: #ffddc2;
}
.color-5 {
color: #f3f4f7;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9f80;
--color-3: #ffbb99;
--color-4: #ffddc2;
--color-5: #f3f4f7;
}
CSS del degradado de fondo Soft Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9f80, #ffbb99, #ffddc2, #f3f4f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9f80, #ffbb99, #ffddc2, #f3f4f7);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Brillante
Soft Pink color palette created on .