Autumn Ember カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Ember palette

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

Autumn Ember カラーパレット CSS

/* CSS */
.color-1 {
color: #f6d55a;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #d17d23;
}
.color-4 {
color: #a74d2a;
}
.color-5 {
color: #893929;
}

/* CSS Variables */
:root {
--color-1: #f6d55a;
--color-2: #f5a524;
--color-3: #d17d23;
--color-4: #a74d2a;
--color-5: #893929;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d55a, #f5a524, #d17d23, #a74d2a, #893929);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d55a, #f5a524, #d17d23, #a74d2a, #893929);
}

Autumn Ember color palette created on .