Soft Beige Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soft Beige palette

Condividi questa palette a:

tavolozza dei colori Soft Beige CSS

/* CSS */
.color-1 {
color: #cfc5af;
}
.color-2 {
color: #e6dfd6;
}
.color-3 {
color: #f1f4e1;
}
.color-4 {
color: #f9e1c3;
}
.color-5 {
color: #e0a28a;
}

/* CSS Variables */
:root {
--color-1: #cfc5af;
--color-2: #e6dfd6;
--color-3: #f1f4e1;
--color-4: #f9e1c3;
--color-5: #e0a28a;
}

CSS con gradiente di sfondo Soft Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfc5af, #e6dfd6, #f1f4e1, #f9e1c3, #e0a28a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfc5af, #e6dfd6, #f1f4e1, #f9e1c3, #e0a28a);
}

Soft Beige color palette created on .