Earthy Treasures カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Treasures palette

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

Earthy Treasures カラーパレット CSS

/* CSS */
.color-1 {
color: #dac7a4;
}
.color-2 {
color: #c5a77d;
}
.color-3 {
color: #a17968;
}
.color-4 {
color: #7b5b5d;
}
.color-5 {
color: #593a46;
}

/* CSS Variables */
:root {
--color-1: #dac7a4;
--color-2: #c5a77d;
--color-3: #a17968;
--color-4: #7b5b5d;
--color-5: #593a46;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dac7a4, #c5a77d, #a17968, #7b5b5d, #593a46);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dac7a4, #c5a77d, #a17968, #7b5b5d, #593a46);
}

Earthy Treasures color palette created on .