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: #6a292e;
}
.color-2 {
color: #2d496c;
}
.color-3 {
color: #bfaf8d;
}
.color-4 {
color: #7a9b6f;
}
.color-5 {
color: #4b8c4a;
}

/* CSS Variables */
:root {
--color-1: #6a292e;
--color-2: #2d496c;
--color-3: #bfaf8d;
--color-4: #7a9b6f;
--color-5: #4b8c4a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a292e, #2d496c, #bfaf8d, #7a9b6f, #4b8c4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a292e, #2d496c, #bfaf8d, #7a9b6f, #4b8c4a);
}

Rustic Elegance color palette created on .