Shades of Beige Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Beige palette
tavolozza dei colori Shades of Beige CSS
/* CSS */
.color-1 {
color: #d8d5b6;
}
.color-2 {
color: #c7c2a9;
}
.color-3 {
color: #b2af99;
}
.color-4 {
color: #f5e3a3;
}
.color-5 {
color: #f2d0a1;
}
/* CSS Variables */
:root {
--color-1: #d8d5b6;
--color-2: #c7c2a9;
--color-3: #b2af99;
--color-4: #f5e3a3;
--color-5: #f2d0a1;
}
CSS con gradiente di sfondo Shades of Beige
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8d5b6, #c7c2a9, #b2af99, #f5e3a3, #f2d0a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8d5b6, #c7c2a9, #b2af99, #f5e3a3, #f2d0a1);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 40 tavolozzas di colori Estetico
Shades of Beige color palette created on .