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: #f7e7d4;
}
.color-2 {
color: #f3dac9;
}
.color-3 {
color: #e0c0ae;
}
.color-4 {
color: #d1b19e;
}
.color-5 {
color: #c4a58d;
}

/* CSS Variables */
:root {
--color-1: #f7e7d4;
--color-2: #f3dac9;
--color-3: #e0c0ae;
--color-4: #d1b19e;
--color-5: #c4a58d;
}

CSS con gradiente di sfondo Light Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e7d4, #f3dac9, #e0c0ae, #d1b19e, #c4a58d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e7d4, #f3dac9, #e0c0ae, #d1b19e, #c4a58d);
}

Light Beige color palette created on .