Rustic Brown カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rustic Brown palette

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

Rustic Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #7c5d4b;
}
.color-2 {
color: #a58b6f;
}
.color-3 {
color: #d1b29f;
}
.color-4 {
color: #c7a08a;
}
.color-5 {
color: #5b3a29;
}

/* CSS Variables */
:root {
--color-1: #7c5d4b;
--color-2: #a58b6f;
--color-3: #d1b29f;
--color-4: #c7a08a;
--color-5: #5b3a29;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c5d4b, #a58b6f, #d1b29f, #c7a08a, #5b3a29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c5d4b, #a58b6f, #d1b29f, #c7a08a, #5b3a29);
}

Rustic Brown color palette created on .