Shades of Brown カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Brown palette

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

Shades of Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #f2e5d4;
}
.color-2 {
color: #d8c1b1;
}
.color-3 {
color: #c5a29b;
}
.color-4 {
color: #b89f8e;
}
.color-5 {
color: #8b7a74;
}

/* CSS Variables */
:root {
--color-1: #f2e5d4;
--color-2: #d8c1b1;
--color-3: #c5a29b;
--color-4: #b89f8e;
--color-5: #8b7a74;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e5d4, #d8c1b1, #c5a29b, #b89f8e, #8b7a74);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e5d4, #d8c1b1, #c5a29b, #b89f8e, #8b7a74);
}

Shades of Brown color palette created on .