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: #f5f2ef;
}
.color-2 {
color: #eae8e6;
}
.color-3 {
color: #cac9ca;
}
.color-4 {
color: #b0aeb2;
}
.color-5 {
color: #554c49;
}
/* CSS Variables */
:root {
--color-1: #f5f2ef;
--color-2: #eae8e6;
--color-3: #cac9ca;
--color-4: #b0aeb2;
--color-5: #554c49;
}
CSS con gradiente di sfondo Shades of Beige
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f2ef, #eae8e6, #cac9ca, #b0aeb2, #554c49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f2ef, #eae8e6, #cac9ca, #b0aeb2, #554c49);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 90+ tavolozzas di colori Beige
Shades of Beige color palette created on .