Shades of Brown カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Brown palette

このパレットを共有する先:

Shades of Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #e6b15c;
}
.color-2 {
color: #d39f4a;
}
.color-3 {
color: #b57c3b;
}
.color-4 {
color: #7c5c27;
}
.color-5 {
color: #3e3f22;
}

/* CSS Variables */
:root {
--color-1: #e6b15c;
--color-2: #d39f4a;
--color-3: #b57c3b;
--color-4: #7c5c27;
--color-5: #3e3f22;
}

Shades of Brown の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b15c, #d39f4a, #b57c3b, #7c5c27, #3e3f22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b15c, #d39f4a, #b57c3b, #7c5c27, #3e3f22);
}

Shades of Brown color palette created on .