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