Shades of Brown カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Brown palette

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

Shades of Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e6d3;
}
.color-2 {
color: #e6c8b3;
}
.color-3 {
color: #d4a58c;
}
.color-4 {
color: #b88b6b;
}
.color-5 {
color: #896e4d;
}

/* CSS Variables */
:root {
--color-1: #f3e6d3;
--color-2: #e6c8b3;
--color-3: #d4a58c;
--color-4: #b88b6b;
--color-5: #896e4d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e6d3, #e6c8b3, #d4a58c, #b88b6b, #896e4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e6d3, #e6c8b3, #d4a58c, #b88b6b, #896e4d);
}

Shades of Brown color palette created on .