Rustic Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rustic Elegance palette

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

Rustic Elegance カラー パレット PNG 画像

Download rustic elegance color palette PNG image (landscape)
Download rustic elegance color palette PNG image (square)

Rustic Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #3c2a2a;
}
.color-2 {
color: #6e4e4e;
}
.color-3 {
color: #4d2e2e;
}
.color-4 {
color: #897b5d;
}
.color-5 {
color: #c5afaf;
}

/* CSS Variables */
:root {
--color-1: #3c2a2a;
--color-2: #6e4e4e;
--color-3: #4d2e2e;
--color-4: #897b5d;
--color-5: #c5afaf;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2a2a, #6e4e4e, #4d2e2e, #897b5d, #c5afaf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2a2a, #6e4e4e, #4d2e2e, #897b5d, #c5afaf);
}

Rustic Elegance color palette created on .