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