Whispers of Twilight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Twilight palette
Whispers of Twilight カラーパレット CSS
/* CSS */
.color-1 {
color: #664794;
}
.color-2 {
color: #a67ec4;
}
.color-3 {
color: #c8b3db;
}
.color-4 {
color: #e5d0e6;
}
.color-5 {
color: #f5e4f6;
}
/* CSS Variables */
:root {
--color-1: #664794;
--color-2: #a67ec4;
--color-3: #c8b3db;
--color-4: #e5d0e6;
--color-5: #f5e4f6;
}
Whispers of Twilight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #664794, #a67ec4, #c8b3db, #e5d0e6, #f5e4f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #664794, #a67ec4, #c8b3db, #e5d0e6, #f5e4f6);
}
似たようなカラーパレット
Whispers of Twilight color palette created on .