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