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