Autumn Ember Glow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Ember Glow palette

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

Autumn Ember Glow カラーパレット CSS

/* CSS */
.color-1 {
color: #b84c4c;
}
.color-2 {
color: #e9a78b;
}
.color-3 {
color: #f4ca4e;
}
.color-4 {
color: #9b4e36;
}
.color-5 {
color: #f7dfd4;
}

/* CSS Variables */
:root {
--color-1: #b84c4c;
--color-2: #e9a78b;
--color-3: #f4ca4e;
--color-4: #9b4e36;
--color-5: #f7dfd4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b84c4c, #e9a78b, #f4ca4e, #9b4e36, #f7dfd4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b84c4c, #e9a78b, #f4ca4e, #9b4e36, #f7dfd4);
}

Autumn Ember Glow color palette created on .