Warm Beige Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Warm Beige palette

Condividi questa palette a:

tavolozza dei colori Warm Beige CSS

/* CSS */
.color-1 {
color: #f0e3d6;
}
.color-2 {
color: #c2b64c;
}
.color-3 {
color: #d09e6d;
}
.color-4 {
color: #ffebeb;
}
.color-5 {
color: #a55b3b;
}

/* CSS Variables */
:root {
--color-1: #f0e3d6;
--color-2: #c2b64c;
--color-3: #d09e6d;
--color-4: #ffebeb;
--color-5: #a55b3b;
}

CSS con gradiente di sfondo Warm Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e3d6, #c2b64c, #d09e6d, #ffebeb, #a55b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e3d6, #c2b64c, #d09e6d, #ffebeb, #a55b3b);
}

Warm Beige color palette created on .