Autumn Ember Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Ember Delight palette

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

Autumn Ember Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #c8592d;
}
.color-2 {
color: #d6803d;
}
.color-3 {
color: #e8a84f;
}
.color-4 {
color: #f2c57d;
}
.color-5 {
color: #f2dfb1;
}

/* CSS Variables */
:root {
--color-1: #c8592d;
--color-2: #d6803d;
--color-3: #e8a84f;
--color-4: #f2c57d;
--color-5: #f2dfb1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8592d, #d6803d, #e8a84f, #f2c57d, #f2dfb1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8592d, #d6803d, #e8a84f, #f2c57d, #f2dfb1);
}

Autumn Ember Delight color palette created on .