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: #b34b42;
}
.color-2 {
color: #ab723f;
}
.color-3 {
color: #b38942;
}
.color-4 {
color: #588a51;
}
.color-5 {
color: #546b7d;
}
/* CSS Variables */
:root {
--color-1: #b34b42;
--color-2: #ab723f;
--color-3: #b38942;
--color-4: #588a51;
--color-5: #546b7d;
}
CSS del degradado de fondo Soft Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b34b42, #ab723f, #b38942, #588a51, #546b7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b34b42, #ab723f, #b38942, #588a51, #546b7d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Terroso
Soft Pink color palette created on .