Paleta de colores Sage and Beige

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sage and Beige palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sage and Beige

Download sage and beige color palette PNG image (landscape)
Download sage and beige color palette PNG image (square)

CSS de la paleta de colores Sage and Beige

/* CSS */
.color-1 {
color: #c4d8b6;
}
.color-2 {
color: #e0e1d5;
}
.color-3 {
color: #d3b49c;
}
.color-4 {
color: #c3b19d;
}
.color-5 {
color: #aac0b0;
}

/* CSS Variables */
:root {
--color-1: #c4d8b6;
--color-2: #e0e1d5;
--color-3: #d3b49c;
--color-4: #c3b19d;
--color-5: #aac0b0;
}

CSS del degradado de fondo Sage and Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4d8b6, #e0e1d5, #d3b49c, #c3b19d, #aac0b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4d8b6, #e0e1d5, #d3b49c, #c3b19d, #aac0b0);
}

Sage and Beige color palette created on .