Rustic Ember Tones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rustic Ember Tones palette

このパレットを共有する先:

Rustic Ember Tones カラーパレット CSS

/* CSS */
.color-1 {
color: #ab6d54;
}
.color-2 {
color: #965b27;
}
.color-3 {
color: #74514e;
}
.color-4 {
color: #72421d;
}
.color-5 {
color: #48404a;
}

/* CSS Variables */
:root {
--color-1: #ab6d54;
--color-2: #965b27;
--color-3: #74514e;
--color-4: #72421d;
--color-5: #48404a;
}

Rustic Ember Tones の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ab6d54, #965b27, #74514e, #72421d, #48404a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ab6d54, #965b27, #74514e, #72421d, #48404a);
}

Rustic Ember Tones color palette created on .