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