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