Autumn Ember Dance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Ember Dance palette

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

Autumn Ember Dance カラーパレット CSS

/* CSS */
.color-1 {
color: #d57a2a;
}
.color-2 {
color: #e7a64b;
}
.color-3 {
color: #f4cf62;
}
.color-4 {
color: #f6c1a2;
}
.color-5 {
color: #f1a7ca;
}

/* CSS Variables */
:root {
--color-1: #d57a2a;
--color-2: #e7a64b;
--color-3: #f4cf62;
--color-4: #f6c1a2;
--color-5: #f1a7ca;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d57a2a, #e7a64b, #f4cf62, #f6c1a2, #f1a7ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d57a2a, #e7a64b, #f4cf62, #f6c1a2, #f1a7ca);
}

Autumn Ember Dance color palette created on .