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