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: #a7d7b8;
}
.color-2 {
color: #f8c9b9;
}
.color-3 {
color: #e09e80;
}
.color-4 {
color: #f1e2b6;
}
.color-5 {
color: #d6d6e6;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #f8c9b9;
--color-3: #e09e80;
--color-4: #f1e2b6;
--color-5: #d6d6e6;
}

CSS del degradado de fondo Shades of Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #f8c9b9, #e09e80, #f1e2b6, #d6d6e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #f8c9b9, #e09e80, #f1e2b6, #d6d6e6);
}

Shades of Beige color palette created on .