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: #f9ae9f;
}
.color-2 {
color: #f4b3d9;
}
.color-3 {
color: #a4c8df;
}
.color-4 {
color: #a5e4b5;
}
.color-5 {
color: #f5e65b;
}
/* CSS Variables */
:root {
--color-1: #f9ae9f;
--color-2: #f4b3d9;
--color-3: #a4c8df;
--color-4: #a5e4b5;
--color-5: #f5e65b;
}
CSS del degradado de fondo Soft Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9ae9f, #f4b3d9, #a4c8df, #a5e4b5, #f5e65b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9ae9f, #f4b3d9, #a4c8df, #a5e4b5, #f5e65b);
}
Paletas de colores similares
Soft Pink color palette created on .