Autumn Ember Glow カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Autumn Ember Glow palette
Autumn Ember Glow カラーパレット CSS
/* CSS */
.color-1 {
color: #eac175;
}
.color-2 {
color: #c27342;
}
.color-3 {
color: #b7332a;
}
.color-4 {
color: #68362c;
}
.color-5 {
color: #391a13;
}
/* CSS Variables */
:root {
--color-1: #eac175;
--color-2: #c27342;
--color-3: #b7332a;
--color-4: #68362c;
--color-5: #391a13;
}
Autumn Ember Glow の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eac175, #c27342, #b7332a, #68362c, #391a13);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eac175, #c27342, #b7332a, #68362c, #391a13);
}
似たようなカラーパレット
Autumn Ember Glow color palette created on .