Rustic Earth Tones カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Rustic Earth Tones palette
Rustic Earth Tones カラーパレット CSS
/* CSS */
.color-1 {
color: #c38969;
}
.color-2 {
color: #807d82;
}
.color-3 {
color: #656164;
}
.color-4 {
color: #795344;
}
.color-5 {
color: #59423a;
}
/* CSS Variables */
:root {
--color-1: #c38969;
--color-2: #807d82;
--color-3: #656164;
--color-4: #795344;
--color-5: #59423a;
}
Rustic Earth Tones の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c38969, #807d82, #656164, #795344, #59423a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c38969, #807d82, #656164, #795344, #59423a);
}
似たようなカラーパレット
下にスクロールして5個のEarthy tonesカラーパレットを探索しましょう
Rustic Earth Tones color palette created on .