Paleta de colores Lavender Dreams at Sunset
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Lavender Dreams at Sunset palette
CSS de la paleta de colores Lavender Dreams at Sunset
/* CSS */
.color-1 {
color: #c7c3e9;
}
.color-2 {
color: #e2dbf0;
}
.color-3 {
color: #edceeb;
}
.color-4 {
color: #feddcd;
}
.color-5 {
color: #f8c8a0;
}
/* CSS Variables */
:root {
--color-1: #c7c3e9;
--color-2: #e2dbf0;
--color-3: #edceeb;
--color-4: #feddcd;
--color-5: #f8c8a0;
}
CSS del degradado de fondo Lavender Dreams at Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7c3e9, #e2dbf0, #edceeb, #feddcd, #f8c8a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7c3e9, #e2dbf0, #edceeb, #feddcd, #f8c8a0);
}
Paletas de colores similares
Lavender Dreams at Sunset color palette created on .