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