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