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: #ff6e61;
}
.color-2 {
color: #ffb3ba;
}
.color-3 {
color: #ffcdcc;
}
.color-4 {
color: #ffebcc;
}
.color-5 {
color: #fff5e0;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb3ba;
--color-3: #ffcdcc;
--color-4: #ffebcc;
--color-5: #fff5e0;
}
CSS del degradado de fondo Soft Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb3ba, #ffcdcc, #ffebcc, #fff5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb3ba, #ffcdcc, #ffebcc, #fff5e0);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 30+ paletas de colores Playa
Soft Pink color palette created on .