Shades of Brown カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Brown palette

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

Shades of Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #f6f4e4;
}
.color-2 {
color: #d9d4c4;
}
.color-3 {
color: #b2a899;
}
.color-4 {
color: #9b8d78;
}
.color-5 {
color: #7a7975;
}

/* CSS Variables */
:root {
--color-1: #f6f4e4;
--color-2: #d9d4c4;
--color-3: #b2a899;
--color-4: #9b8d78;
--color-5: #7a7975;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f4e4, #d9d4c4, #b2a899, #9b8d78, #7a7975);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f4e4, #d9d4c4, #b2a899, #9b8d78, #7a7975);
}

Shades of Brown color palette created on .