Earthly Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthly Elegance palette

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

Earthly Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #7c5d4b;
}
.color-2 {
color: #a58c69;
}
.color-3 {
color: #c5b69b;
}
.color-4 {
color: #d5e2c5;
}
.color-5 {
color: #4b7d3b;
}

/* CSS Variables */
:root {
--color-1: #7c5d4b;
--color-2: #a58c69;
--color-3: #c5b69b;
--color-4: #d5e2c5;
--color-5: #4b7d3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c5d4b, #a58c69, #c5b69b, #d5e2c5, #4b7d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c5d4b, #a58c69, #c5b69b, #d5e2c5, #4b7d3b);
}

Earthly Elegance color palette created on .