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