Rustic Earth Tones カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Rustic Earth Tones palette
Rustic Earth Tones カラーパレット CSS
/* CSS */
.color-1 {
color: #b9ac92;
}
.color-2 {
color: #a18f78;
}
.color-3 {
color: #8b7a65;
}
.color-4 {
color: #846148;
}
.color-5 {
color: #6c6456;
}
/* CSS Variables */
:root {
--color-1: #b9ac92;
--color-2: #a18f78;
--color-3: #8b7a65;
--color-4: #846148;
--color-5: #6c6456;
}
Rustic Earth Tones の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9ac92, #a18f78, #8b7a65, #846148, #6c6456);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9ac92, #a18f78, #8b7a65, #846148, #6c6456);
}
似たようなカラーパレット
Rustic Earth Tones color palette created on .