Earthy Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Elegance palette

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

Earthy Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #7e5c3a;
}
.color-2 {
color: #c0b08c;
}
.color-3 {
color: #d9cbaf;
}
.color-4 {
color: #e6d5a8;
}
.color-5 {
color: #e1b88e;
}

/* CSS Variables */
:root {
--color-1: #7e5c3a;
--color-2: #c0b08c;
--color-3: #d9cbaf;
--color-4: #e6d5a8;
--color-5: #e1b88e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e5c3a, #c0b08c, #d9cbaf, #e6d5a8, #e1b88e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e5c3a, #c0b08c, #d9cbaf, #e6d5a8, #e1b88e);
}

Earthy Elegance color palette created on .