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: #f5e0d6;
}
.color-2 {
color: #e2b7a1;
}
.color-3 {
color: #da8871;
}
.color-4 {
color: #b77a57;
}
.color-5 {
color: #7d5b4a;
}

/* CSS Variables */
:root {
--color-1: #f5e0d6;
--color-2: #e2b7a1;
--color-3: #da8871;
--color-4: #b77a57;
--color-5: #7d5b4a;
}

CSS del degradado de fondo Shades of Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e0d6, #e2b7a1, #da8871, #b77a57, #7d5b4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e0d6, #e2b7a1, #da8871, #b77a57, #7d5b4a);
}

Shades of Beige color palette created on .