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