Sandy Shades of Brown Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Sandy Shades of Brown palette
tavolozza dei colori Sandy Shades of Brown CSS
/* CSS */
.color-1 {
color: #dab58b;
}
.color-2 {
color: #e8ba5e;
}
.color-3 {
color: #f1c15b;
}
.color-4 {
color: #f2a56e;
}
.color-5 {
color: #f2a06e;
}
/* CSS Variables */
:root {
--color-1: #dab58b;
--color-2: #e8ba5e;
--color-3: #f1c15b;
--color-4: #f2a56e;
--color-5: #f2a06e;
}
CSS con gradiente di sfondo Sandy Shades of Brown
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dab58b, #e8ba5e, #f1c15b, #f2a56e, #f2a06e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dab58b, #e8ba5e, #f1c15b, #f2a56e, #f2a06e);
}
Tavolozze di colori simili
Sandy Shades of Brown color palette created on .