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: #f3eac3;
}
.color-2 {
color: #d2c6a7;
}
.color-3 {
color: #c2b194;
}
.color-4 {
color: #bfae8d;
}
.color-5 {
color: #e7d0c5;
}
/* CSS Variables */
:root {
--color-1: #f3eac3;
--color-2: #d2c6a7;
--color-3: #c2b194;
--color-4: #bfae8d;
--color-5: #e7d0c5;
}
CSS del degradado de fondo Shades of Beige
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3eac3, #d2c6a7, #c2b194, #bfae8d, #e7d0c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3eac3, #d2c6a7, #c2b194, #bfae8d, #e7d0c5);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Crema
Shades of Beige color palette created on .