Rustic Warmth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rustic Warmth palette

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

Rustic Warmth カラーパレット CSS

/* CSS */
.color-1 {
color: #7d4c3b;
}
.color-2 {
color: #a0593b;
}
.color-3 {
color: #b87d4c;
}
.color-4 {
color: #d1a36b;
}
.color-5 {
color: #e2c7a2;
}

/* CSS Variables */
:root {
--color-1: #7d4c3b;
--color-2: #a0593b;
--color-3: #b87d4c;
--color-4: #d1a36b;
--color-5: #e2c7a2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d4c3b, #a0593b, #b87d4c, #d1a36b, #e2c7a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d4c3b, #a0593b, #b87d4c, #d1a36b, #e2c7a2);
}

Rustic Warmth color palette created on .