Twilight Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Twilight Serenity palette
Twilight Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #050a2e;
}
.color-2 {
color: #cde7f9;
}
.color-3 {
color: #999dad;
}
.color-4 {
color: #4a4545;
}
.color-5 {
color: #515976;
}
/* CSS Variables */
:root {
--color-1: #050a2e;
--color-2: #cde7f9;
--color-3: #999dad;
--color-4: #4a4545;
--color-5: #515976;
}
Twilight Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #050a2e, #cde7f9, #999dad, #4a4545, #515976);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #050a2e, #cde7f9, #999dad, #4a4545, #515976);
}
似たようなカラーパレット
Twilight Serenity color palette created on .