Earthy Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Elegance palette

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

Earthy Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #c39969;
}
.color-3 {
color: #ddc7a2;
}
.color-4 {
color: #4e3b31;
}
.color-5 {
color: #6a4b39;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #c39969;
--color-3: #ddc7a2;
--color-4: #4e3b31;
--color-5: #6a4b39;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #c39969, #ddc7a2, #4e3b31, #6a4b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #c39969, #ddc7a2, #4e3b31, #6a4b39);
}

Earthy Elegance color palette created on .