Paleta de colores Albert
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Albert palette
CSS de la paleta de colores Albert
/* CSS */
.color-1 {
color: #c69c86;
}
.color-2 {
color: #ad7f7b;
}
.color-3 {
color: #8f89bd;
}
.color-4 {
color: #7d9ccf;
}
.color-5 {
color: #bd9f47;
}
/* CSS Variables */
:root {
--color-1: #c69c86;
--color-2: #ad7f7b;
--color-3: #8f89bd;
--color-4: #7d9ccf;
--color-5: #bd9f47;
}
CSS del degradado de fondo Albert
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c69c86, #ad7f7b, #8f89bd, #7d9ccf, #bd9f47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c69c86, #ad7f7b, #8f89bd, #7d9ccf, #bd9f47);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Beige
Albert color palette created on .