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: #e4e1b9;
}
.color-2 {
color: #c7c3a9;
}
.color-3 {
color: #a7a08b;
}
.color-4 {
color: #7a7a6c;
}
.color-5 {
color: #4b4b4e;
}

/* CSS Variables */
:root {
--color-1: #e4e1b9;
--color-2: #c7c3a9;
--color-3: #a7a08b;
--color-4: #7a7a6c;
--color-5: #4b4b4e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4e1b9, #c7c3a9, #a7a08b, #7a7a6c, #4b4b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4e1b9, #c7c3a9, #a7a08b, #7a7a6c, #4b4b4e);
}

Earthy Elegance color palette created on .