Earthy Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Elegance palette

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

Earthy Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #c2b8a3;
}
.color-2 {
color: #998e75;
}
.color-3 {
color: #6e6149;
}
.color-4 {
color: #463c25;
}
.color-5 {
color: #2c2411;
}

/* CSS Variables */
:root {
--color-1: #c2b8a3;
--color-2: #998e75;
--color-3: #6e6149;
--color-4: #463c25;
--color-5: #2c2411;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b8a3, #998e75, #6e6149, #463c25, #2c2411);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b8a3, #998e75, #6e6149, #463c25, #2c2411);
}

Earthy Elegance color palette created on .