Rich Brown カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rich Brown palette

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

Rich Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #c69c6c;
}
.color-2 {
color: #9f5d3c;
}
.color-3 {
color: #a33d29;
}
.color-4 {
color: #6d2c33;
}
.color-5 {
color: #c2b180;
}

/* CSS Variables */
:root {
--color-1: #c69c6c;
--color-2: #9f5d3c;
--color-3: #a33d29;
--color-4: #6d2c33;
--color-5: #c2b180;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c69c6c, #9f5d3c, #a33d29, #6d2c33, #c2b180);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c69c6c, #9f5d3c, #a33d29, #6d2c33, #c2b180);
}

Rich Brown color palette created on .