Earthy Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Elegance palette

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

Earthy Elegance カラーパレット (PNG) をダウンロード

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

Earthy Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #7a4c2a;
}
.color-3 {
color: #8a5a2e;
}
.color-4 {
color: #f3cebf;
}
.color-5 {
color: #7e4d3a;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #7a4c2a;
--color-3: #8a5a2e;
--color-4: #f3cebf;
--color-5: #7e4d3a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #7a4c2a, #8a5a2e, #f3cebf, #7e4d3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #7a4c2a, #8a5a2e, #f3cebf, #7e4d3a);
}

Earthy Elegance color palette created on .