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