Brown Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Shades palette

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

Brown Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #9a6b4c;
}
.color-2 {
color: #c5987d;
}
.color-3 {
color: #e3b8a1;
}
.color-4 {
color: #f8d3b4;
}
.color-5 {
color: #f9e9dc;
}

/* CSS Variables */
:root {
--color-1: #9a6b4c;
--color-2: #c5987d;
--color-3: #e3b8a1;
--color-4: #f8d3b4;
--color-5: #f9e9dc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9a6b4c, #c5987d, #e3b8a1, #f8d3b4, #f9e9dc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9a6b4c, #c5987d, #e3b8a1, #f8d3b4, #f9e9dc);
}

Brown Shades color palette created on .