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: #885f30;
}
.color-2 {
color: #c5a167;
}
.color-3 {
color: #e0c6b3;
}
.color-4 {
color: #f2e7d9;
}
.color-5 {
color: #d3b9ab;
}

/* CSS Variables */
:root {
--color-1: #885f30;
--color-2: #c5a167;
--color-3: #e0c6b3;
--color-4: #f2e7d9;
--color-5: #d3b9ab;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #885f30, #c5a167, #e0c6b3, #f2e7d9, #d3b9ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #885f30, #c5a167, #e0c6b3, #f2e7d9, #d3b9ab);
}

Shades of Brown color palette created on .