Embers of Twilight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Embers of Twilight palette
Embers of Twilight カラーパレット (PNG) をダウンロード
Embers of Twilight カラーパレット CSS
/* CSS */
.color-1 {
color: #302b27;
}
.color-2 {
color: #4d3e33;
}
.color-3 {
color: #7a5c4d;
}
.color-4 {
color: #b6795d;
}
.color-5 {
color: #e8b659;
}
/* CSS Variables */
:root {
--color-1: #302b27;
--color-2: #4d3e33;
--color-3: #7a5c4d;
--color-4: #b6795d;
--color-5: #e8b659;
}
Embers of Twilight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #302b27, #4d3e33, #7a5c4d, #b6795d, #e8b659);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #302b27, #4d3e33, #7a5c4d, #b6795d, #e8b659);
}
似たようなカラーパレット
Embers of Twilight color palette created on .