Paleta de colores Soft Pink Asia
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Pink Asia palette
CSS de la paleta de colores Soft Pink Asia
/* CSS */
.color-1 {
color: #e5b8c2;
}
.color-2 {
color: #f4d0be;
}
.color-3 {
color: #f5e2b8;
}
.color-4 {
color: #d0e1df;
}
.color-5 {
color: #b2d3e0;
}
/* CSS Variables */
:root {
--color-1: #e5b8c2;
--color-2: #f4d0be;
--color-3: #f5e2b8;
--color-4: #d0e1df;
--color-5: #b2d3e0;
}
CSS del degradado de fondo Soft Pink Asia
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b8c2, #f4d0be, #f5e2b8, #d0e1df, #b2d3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b8c2, #f4d0be, #f5e2b8, #d0e1df, #b2d3e0);
}
Paletas de colores similares
Soft Pink Asia color palette created on .