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