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: #f4e4a9;
}
.color-2 {
color: #a9dacc;
}
.color-3 {
color: #d8ac6f;
}
.color-4 {
color: #c7a35c;
}
.color-5 {
color: #a77b39;
}
/* CSS Variables */
:root {
--color-1: #f4e4a9;
--color-2: #a9dacc;
--color-3: #d8ac6f;
--color-4: #c7a35c;
--color-5: #a77b39;
}
CSS del degradado de fondo Shades of Beige
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e4a9, #a9dacc, #d8ac6f, #c7a35c, #a77b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e4a9, #a9dacc, #d8ac6f, #c7a35c, #a77b39);
}
Paletas de colores similares
Shades of Beige color palette created on .