Rustic Ember Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rustic Ember Elegance palette

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

Rustic Ember Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #bbb7af;
}
.color-2 {
color: #7e726d;
}
.color-3 {
color: #cd3123;
}
.color-4 {
color: #4c4849;
}
.color-5 {
color: #79100c;
}

/* CSS Variables */
:root {
--color-1: #bbb7af;
--color-2: #7e726d;
--color-3: #cd3123;
--color-4: #4c4849;
--color-5: #79100c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bbb7af, #7e726d, #cd3123, #4c4849, #79100c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bbb7af, #7e726d, #cd3123, #4c4849, #79100c);
}

Rustic Ember Elegance color palette created on .