Paleta de colores Soft Lavender Dreams
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Lavender Dreams palette
Imagen PNG de la paleta de colores Soft Lavender Dreams
CSS de la paleta de colores Soft Lavender Dreams
/* CSS */
.color-1 {
color: #b0a2e6;
}
.color-2 {
color: #9e7be0;
}
.color-3 {
color: #7c6dd5;
}
.color-4 {
color: #5b5abf;
}
.color-5 {
color: #494f9c;
}
/* CSS Variables */
:root {
--color-1: #b0a2e6;
--color-2: #9e7be0;
--color-3: #7c6dd5;
--color-4: #5b5abf;
--color-5: #494f9c;
}
CSS del degradado de fondo Soft Lavender Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0a2e6, #9e7be0, #7c6dd5, #5b5abf, #494f9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0a2e6, #9e7be0, #7c6dd5, #5b5abf, #494f9c);
}
Paletas de colores similares
Soft Lavender Dreams color palette created on .