Paleta de colores Albescent Beige
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Albescent Beige palette
CSS de la paleta de colores Albescent Beige
/* CSS */
.color-1 {
color: #f5e8d1;
}
.color-2 {
color: #e3c6a5;
}
.color-3 {
color: #d1a78f;
}
.color-4 {
color: #c89c6f;
}
.color-5 {
color: #b88b51;
}
/* CSS Variables */
:root {
--color-1: #f5e8d1;
--color-2: #e3c6a5;
--color-3: #d1a78f;
--color-4: #c89c6f;
--color-5: #b88b51;
}
CSS del degradado de fondo Albescent Beige
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e8d1, #e3c6a5, #d1a78f, #c89c6f, #b88b51);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e8d1, #e3c6a5, #d1a78f, #c89c6f, #b88b51);
}
Paletas de colores similares
Albescent Beige color palette created on .