Autumn Ember カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Ember palette

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

Autumn Ember カラーパレット CSS

/* CSS */
.color-1 {
color: #daab6c;
}
.color-2 {
color: #d18a6b;
}
.color-3 {
color: #c3734b;
}
.color-4 {
color: #b6583e;
}
.color-5 {
color: #9b493b;
}

/* CSS Variables */
:root {
--color-1: #daab6c;
--color-2: #d18a6b;
--color-3: #c3734b;
--color-4: #b6583e;
--color-5: #9b493b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #daab6c, #d18a6b, #c3734b, #b6583e, #9b493b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #daab6c, #d18a6b, #c3734b, #b6583e, #9b493b);
}

Autumn Ember color palette created on .