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