Paleta de colores Soft Pink Sweet
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Pink Sweet palette
CSS de la paleta de colores Soft Pink Sweet
/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #f8d3d3;
}
.color-3 {
color: #f9e1e1;
}
.color-4 {
color: #ffb3d1;
}
.color-5 {
color: #ff809b;
}
/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #f8d3d3;
--color-3: #f9e1e1;
--color-4: #ffb3d1;
--color-5: #ff809b;
}
CSS del degradado de fondo Soft Pink Sweet
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #f8d3d3, #f9e1e1, #ffb3d1, #ff809b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #f8d3d3, #f9e1e1, #ffb3d1, #ff809b);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Estético
Soft Pink Sweet color palette created on .