Brown Japan カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Japan palette

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

Brown Japan カラーパレット CSS

/* CSS */
.color-1 {
color: #3e2a1e;
}
.color-2 {
color: #895a39;
}
.color-3 {
color: #c2b09e;
}
.color-4 {
color: #e6d6c1;
}
.color-5 {
color: #f1f0e9;
}

/* CSS Variables */
:root {
--color-1: #3e2a1e;
--color-2: #895a39;
--color-3: #c2b09e;
--color-4: #e6d6c1;
--color-5: #f1f0e9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e2a1e, #895a39, #c2b09e, #e6d6c1, #f1f0e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e2a1e, #895a39, #c2b09e, #e6d6c1, #f1f0e9);
}

Brown Japan color palette created on .