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