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