Shades of Brown カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Brown palette

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

Shades of Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #2d2b2a;
}
.color-2 {
color: #d2c6b6;
}
.color-3 {
color: #c5b3a5;
}
.color-4 {
color: #a86e5d;
}
.color-5 {
color: #4e3b31;
}

/* CSS Variables */
:root {
--color-1: #2d2b2a;
--color-2: #d2c6b6;
--color-3: #c5b3a5;
--color-4: #a86e5d;
--color-5: #4e3b31;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d2b2a, #d2c6b6, #c5b3a5, #a86e5d, #4e3b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d2b2a, #d2c6b6, #c5b3a5, #a86e5d, #4e3b31);
}

Shades of Brown color palette created on .