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