Earthy Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Elegance palette

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

Earthy Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #d2c7b2;
}
.color-2 {
color: #b6a89a;
}
.color-3 {
color: #a08f83;
}
.color-4 {
color: #7c7f6c;
}
.color-5 {
color: #4d6a54;
}

/* CSS Variables */
:root {
--color-1: #d2c7b2;
--color-2: #b6a89a;
--color-3: #a08f83;
--color-4: #7c7f6c;
--color-5: #4d6a54;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c7b2, #b6a89a, #a08f83, #7c7f6c, #4d6a54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c7b2, #b6a89a, #a08f83, #7c7f6c, #4d6a54);
}

Earthy Elegance color palette created on .