Autumn Ember Glow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Ember Glow palette

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

Autumn Ember Glow カラーパレット CSS

/* CSS */
.color-1 {
color: #776c46;
}
.color-2 {
color: #6d4c31;
}
.color-3 {
color: #522b1e;
}
.color-4 {
color: #3d1a14;
}
.color-5 {
color: #2b0f0d;
}

/* CSS Variables */
:root {
--color-1: #776c46;
--color-2: #6d4c31;
--color-3: #522b1e;
--color-4: #3d1a14;
--color-5: #2b0f0d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #776c46, #6d4c31, #522b1e, #3d1a14, #2b0f0d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #776c46, #6d4c31, #522b1e, #3d1a14, #2b0f0d);
}

Autumn Ember Glow color palette created on .