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: #a8c7ba;
}
.color-2 {
color: #e1d7c1;
}
.color-3 {
color: #cbae8b;
}
.color-4 {
color: #a86b4d;
}
.color-5 {
color: #6f4c3e;
}

/* CSS Variables */
:root {
--color-1: #a8c7ba;
--color-2: #e1d7c1;
--color-3: #cbae8b;
--color-4: #a86b4d;
--color-5: #6f4c3e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c7ba, #e1d7c1, #cbae8b, #a86b4d, #6f4c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c7ba, #e1d7c1, #cbae8b, #a86b4d, #6f4c3e);
}

Shades of Brown color palette created on .