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: #fff2e0;
}
.color-2 {
color: #d5b390;
}
.color-3 {
color: #99a073;
}
.color-4 {
color: #727d54;
}
.color-5 {
color: #3b0d0d;
}

/* CSS Variables */
:root {
--color-1: #fff2e0;
--color-2: #d5b390;
--color-3: #99a073;
--color-4: #727d54;
--color-5: #3b0d0d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff2e0, #d5b390, #99a073, #727d54, #3b0d0d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff2e0, #d5b390, #99a073, #727d54, #3b0d0d);
}

Earthy Elegance color palette created on .