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