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