Shades of Beige Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Beige palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Shades of Beige

Download shades of beige color palette PNG image (landscape)
Download shades of beige color palette PNG image (square)

tavolozza dei colori Shades of Beige CSS

/* CSS */
.color-1 {
color: #f6e4b6;
}
.color-2 {
color: #e5caae;
}
.color-3 {
color: #d6b89f;
}
.color-4 {
color: #c29e89;
}
.color-5 {
color: #a68a7d;
}

/* CSS Variables */
:root {
--color-1: #f6e4b6;
--color-2: #e5caae;
--color-3: #d6b89f;
--color-4: #c29e89;
--color-5: #a68a7d;
}

CSS con gradiente di sfondo Shades of Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e4b6, #e5caae, #d6b89f, #c29e89, #a68a7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e4b6, #e5caae, #d6b89f, #c29e89, #a68a7d);
}

Shades of Beige color palette created on .