Soft Greige Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soft Greige palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Soft Greige

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

tavolozza dei colori Soft Greige CSS

/* CSS */
.color-1 {
color: #b7a99a;
}
.color-2 {
color: #d5cec3;
}
.color-3 {
color: #f0e3d6;
}
.color-4 {
color: #f5f0eb;
}
.color-5 {
color: #e6d5c1;
}

/* CSS Variables */
:root {
--color-1: #b7a99a;
--color-2: #d5cec3;
--color-3: #f0e3d6;
--color-4: #f5f0eb;
--color-5: #e6d5c1;
}

CSS con gradiente di sfondo Soft Greige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7a99a, #d5cec3, #f0e3d6, #f5f0eb, #e6d5c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7a99a, #d5cec3, #f0e3d6, #f5f0eb, #e6d5c1);
}

Soft Greige color palette created on .