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