Paleta de colores Teal and Lavender Dream
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Teal and Lavender Dream palette
CSS de la paleta de colores Teal and Lavender Dream
/* CSS */
.color-1 {
color: #a1d3e8;
}
.color-2 {
color: #a7bae2;
}
.color-3 {
color: #d7c1e2;
}
.color-4 {
color: #f1b1d8;
}
.color-5 {
color: #f8c9d4;
}
/* CSS Variables */
:root {
--color-1: #a1d3e8;
--color-2: #a7bae2;
--color-3: #d7c1e2;
--color-4: #f1b1d8;
--color-5: #f8c9d4;
}
CSS del degradado de fondo Teal and Lavender Dream
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d3e8, #a7bae2, #d7c1e2, #f1b1d8, #f8c9d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d3e8, #a7bae2, #d7c1e2, #f1b1d8, #f8c9d4);
}
Paletas de colores similares
Teal and Lavender Dream color palette created on .