Paleta de colores Shades of Beige

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Beige palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Beige

/* CSS */
.color-1 {
color: #f8e7aa;
}
.color-2 {
color: #f3d6a0;
}
.color-3 {
color: #e5b27b;
}
.color-4 {
color: #d79c60;
}
.color-5 {
color: #b97a3c;
}

/* CSS Variables */
:root {
--color-1: #f8e7aa;
--color-2: #f3d6a0;
--color-3: #e5b27b;
--color-4: #d79c60;
--color-5: #b97a3c;
}

CSS del degradado de fondo Shades of Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e7aa, #f3d6a0, #e5b27b, #d79c60, #b97a3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e7aa, #f3d6a0, #e5b27b, #d79c60, #b97a3c);
}

Shades of Beige color palette created on .