Fall of Creation カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Fall of Creation palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Fall of Creation カラーパレット (PNG) をダウンロード
Fall of Creation カラーパレット CSS
/* CSS */
.color-1 {
color: #1f1d2a;
}
.color-2 {
color: #5e4b8b;
}
.color-3 {
color: #9b8c8c;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #d8544f;
}
/* CSS Variables */
:root {
--color-1: #1f1d2a;
--color-2: #5e4b8b;
--color-3: #9b8c8c;
--color-4: #f1c40e;
--color-5: #d8544f;
}
Fall of Creation の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1d2a, #5e4b8b, #9b8c8c, #f1c40e, #d8544f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1d2a, #5e4b8b, #9b8c8c, #f1c40e, #d8544f);
}
似たようなカラーパレット
Fall of Creation color palette created on .