Shades of Brown カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Brown palette

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

Shades of Brown カラーパレット (PNG) をダウンロード

Download shades of brown color palette PNG image (landscape)
Download shades of brown color palette PNG image (square)

Shades of Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #e2d3c0;
}
.color-2 {
color: #c4b6a6;
}
.color-3 {
color: #a49f8e;
}
.color-4 {
color: #8d7e6d;
}
.color-5 {
color: #5a493a;
}

/* CSS Variables */
:root {
--color-1: #e2d3c0;
--color-2: #c4b6a6;
--color-3: #a49f8e;
--color-4: #8d7e6d;
--color-5: #5a493a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2d3c0, #c4b6a6, #a49f8e, #8d7e6d, #5a493a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2d3c0, #c4b6a6, #a49f8e, #8d7e6d, #5a493a);
}

Shades of Brown color palette created on .