Earthy Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Elegance palette

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

Earthy Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #7a5c3e;
}
.color-2 {
color: #c4a678;
}
.color-3 {
color: #d8c7b6;
}
.color-4 {
color: #c58949;
}
.color-5 {
color: #8c5b3b;
}

/* CSS Variables */
:root {
--color-1: #7a5c3e;
--color-2: #c4a678;
--color-3: #d8c7b6;
--color-4: #c58949;
--color-5: #8c5b3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a5c3e, #c4a678, #d8c7b6, #c58949, #8c5b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a5c3e, #c4a678, #d8c7b6, #c58949, #8c5b3b);
}

Earthy Elegance color palette created on .