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: #d9d5c4;
}
.color-2 {
color: #b4b0a2;
}
.color-3 {
color: #aaa79d;
}
.color-4 {
color: #e6c4a3;
}
.color-5 {
color: #f5e3b2;
}
/* CSS Variables */
:root {
--color-1: #d9d5c4;
--color-2: #b4b0a2;
--color-3: #aaa79d;
--color-4: #e6c4a3;
--color-5: #f5e3b2;
}
CSS con gradiente di sfondo Shades of Beige
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9d5c4, #b4b0a2, #aaa79d, #e6c4a3, #f5e3b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9d5c4, #b4b0a2, #aaa79d, #e6c4a3, #f5e3b2);
}
Tavolozze di colori simili
Shades of Beige color palette created on .