Shades of Brown カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Brown palette

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

Shades of Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #e2cfcf;
}
.color-2 {
color: #c9b2a6;
}
.color-3 {
color: #a58d7e;
}
.color-4 {
color: #7b705b;
}
.color-5 {
color: #4c4a42;
}

/* CSS Variables */
:root {
--color-1: #e2cfcf;
--color-2: #c9b2a6;
--color-3: #a58d7e;
--color-4: #7b705b;
--color-5: #4c4a42;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2cfcf, #c9b2a6, #a58d7e, #7b705b, #4c4a42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2cfcf, #c9b2a6, #a58d7e, #7b705b, #4c4a42);
}

Shades of Brown color palette created on .