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