Paleta de colores Lustrous Reflections
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Lustrous Reflections palette
CSS de la paleta de colores Lustrous Reflections
/* CSS */
.color-1 {
color: #84c1d7;
}
.color-2 {
color: #f6d89d;
}
.color-3 {
color: #f9b1ae;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #2e6b50;
}
/* CSS Variables */
:root {
--color-1: #84c1d7;
--color-2: #f6d89d;
--color-3: #f9b1ae;
--color-4: #f4a462;
--color-5: #2e6b50;
}
CSS del degradado de fondo Lustrous Reflections
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #84c1d7, #f6d89d, #f9b1ae, #f4a462, #2e6b50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #84c1d7, #f6d89d, #f9b1ae, #f4a462, #2e6b50);
}
Paletas de colores similares
Lustrous Reflections color palette created on .