Paleta de colores Soft Beige

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Beige palette

Compartir esta paleta en:

Descargar la paleta de colores Soft Beige (PNG)

Download soft beige color palette PNG image (landscape)
Download soft beige color palette PNG image (square)

CSS de la paleta de colores Soft Beige

/* CSS */
.color-1 {
color: #f6e0c1;
}
.color-2 {
color: #f4d69f;
}
.color-3 {
color: #f3c68c;
}
.color-4 {
color: #f7c9b1;
}
.color-5 {
color: #f2b2a1;
}

/* CSS Variables */
:root {
--color-1: #f6e0c1;
--color-2: #f4d69f;
--color-3: #f3c68c;
--color-4: #f7c9b1;
--color-5: #f2b2a1;
}

CSS del degradado de fondo Soft Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e0c1, #f4d69f, #f3c68c, #f7c9b1, #f2b2a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e0c1, #f4d69f, #f3c68c, #f7c9b1, #f2b2a1);
}

Soft Beige color palette created on .