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: #4b3c3a;
}
.color-2 {
color: #7e5b4e;
}
.color-3 {
color: #cda87e;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #d55b4d;
}

/* CSS Variables */
:root {
--color-1: #4b3c3a;
--color-2: #7e5b4e;
--color-3: #cda87e;
--color-4: #f1c84b;
--color-5: #d55b4d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3c3a, #7e5b4e, #cda87e, #f1c84b, #d55b4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3c3a, #7e5b4e, #cda87e, #f1c84b, #d55b4d);
}

Shades of Brown color palette created on .