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);
}
似たようなカラーパレット
下にスクロールして400+個のベージュカラーパレットを探索しましょう
Earthy Treasures color palette created on .