Shades of Brown カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Brown palette

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

Shades of Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #4c3e3e;
}
.color-2 {
color: #8b5b5b;
}
.color-3 {
color: #b57373;
}
.color-4 {
color: #d7a7a7;
}
.color-5 {
color: #f5c7c7;
}

/* CSS Variables */
:root {
--color-1: #4c3e3e;
--color-2: #8b5b5b;
--color-3: #b57373;
--color-4: #d7a7a7;
--color-5: #f5c7c7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e3e, #8b5b5b, #b57373, #d7a7a7, #f5c7c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e3e, #8b5b5b, #b57373, #d7a7a7, #f5c7c7);
}

Shades of Brown color palette created on .