Dull Beige Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Dull Beige palette
tavolozza dei colori Dull Beige CSS
/* CSS */
.color-1 {
color: #b0a6a0;
}
.color-2 {
color: #c8b2a2;
}
.color-3 {
color: #d9c1b0;
}
.color-4 {
color: #e3cfc0;
}
.color-5 {
color: #f0e1d0;
}
/* CSS Variables */
:root {
--color-1: #b0a6a0;
--color-2: #c8b2a2;
--color-3: #d9c1b0;
--color-4: #e3cfc0;
--color-5: #f0e1d0;
}
CSS con gradiente di sfondo Dull Beige
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0a6a0, #c8b2a2, #d9c1b0, #e3cfc0, #f0e1d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0a6a0, #c8b2a2, #d9c1b0, #e3cfc0, #f0e1d0);
}
Tavolozze di colori simili
Dull Beige color palette created on .