Light Beige Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Light Beige palette

Condividi questa palette a:

tavolozza dei colori Light Beige CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f2e6d4;
}
.color-3 {
color: #e2c7b1;
}
.color-4 {
color: #d1a880;
}
.color-5 {
color: #c58059;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f2e6d4;
--color-3: #e2c7b1;
--color-4: #d1a880;
--color-5: #c58059;
}

CSS con gradiente di sfondo Light Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f2e6d4, #e2c7b1, #d1a880, #c58059);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f2e6d4, #e2c7b1, #d1a880, #c58059);
}

Light Beige color palette created on .