Loading...

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: #e8d6c5;
}
.color-2 {
color: #d8c6b0;
}
.color-3 {
color: #b4a99c;
}
.color-4 {
color: #a88f7a;
}
.color-5 {
color: #7e5b3a;
}

/* CSS Variables */
:root {
--color-1: #e8d6c5;
--color-2: #d8c6b0;
--color-3: #b4a99c;
--color-4: #a88f7a;
--color-5: #7e5b3a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d6c5, #d8c6b0, #b4a99c, #a88f7a, #7e5b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d6c5, #d8c6b0, #b4a99c, #a88f7a, #7e5b3a);
}

Shades of Brown color palette created on .