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