Earthy Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Elegance palette

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

Earthy Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #c1b7a9;
}
.color-2 {
color: #6e5445;
}
.color-3 {
color: #445931;
}
.color-4 {
color: #8d786d;
}
.color-5 {
color: #db997b;
}

/* CSS Variables */
:root {
--color-1: #c1b7a9;
--color-2: #6e5445;
--color-3: #445931;
--color-4: #8d786d;
--color-5: #db997b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1b7a9, #6e5445, #445931, #8d786d, #db997b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1b7a9, #6e5445, #445931, #8d786d, #db997b);
}

Earthy Elegance color palette created on .