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