Paleta de colores Light Blue and Dark Purple Dream
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Light Blue and Dark Purple Dream palette
CSS de la paleta de colores Light Blue and Dark Purple Dream
/* CSS */
.color-1 {
color: #a3c2e0;
}
.color-2 {
color: #789aba;
}
.color-3 {
color: #5b4b8b;
}
.color-4 {
color: #3c2b6e;
}
.color-5 {
color: #2c223a;
}
/* CSS Variables */
:root {
--color-1: #a3c2e0;
--color-2: #789aba;
--color-3: #5b4b8b;
--color-4: #3c2b6e;
--color-5: #2c223a;
}
CSS del degradado de fondo Light Blue and Dark Purple Dream
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c2e0, #789aba, #5b4b8b, #3c2b6e, #2c223a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c2e0, #789aba, #5b4b8b, #3c2b6e, #2c223a);
}
Paletas de colores similares
Light Blue and Dark Purple Dream color palette created on .