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