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