Whispers of Twilight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Twilight palette
Whispers of Twilight カラーパレット CSS
/* CSS */
.color-1 {
color: #5c4b8b;
}
.color-2 {
color: #8d7a99;
}
.color-3 {
color: #b4a9c6;
}
.color-4 {
color: #d7c8df;
}
.color-5 {
color: #f3eaf6;
}
/* CSS Variables */
:root {
--color-1: #5c4b8b;
--color-2: #8d7a99;
--color-3: #b4a9c6;
--color-4: #d7c8df;
--color-5: #f3eaf6;
}
Whispers of Twilight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4b8b, #8d7a99, #b4a9c6, #d7c8df, #f3eaf6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4b8b, #8d7a99, #b4a9c6, #d7c8df, #f3eaf6);
}
似たようなカラーパレット
下にスクロールして400+個のダークカラーパレットを探索しましょう
Whispers of Twilight color palette created on .