Shades of Brown カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Brown palette

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

Shades of Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #f4e1d2;
}
.color-2 {
color: #d8c4b0;
}
.color-3 {
color: #c3a59d;
}
.color-4 {
color: #b08973;
}
.color-5 {
color: #7e6e58;
}

/* CSS Variables */
:root {
--color-1: #f4e1d2;
--color-2: #d8c4b0;
--color-3: #c3a59d;
--color-4: #b08973;
--color-5: #7e6e58;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e1d2, #d8c4b0, #c3a59d, #b08973, #7e6e58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e1d2, #d8c4b0, #c3a59d, #b08973, #7e6e58);
}

Shades of Brown color palette created on .