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