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