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: #8b5b8f;
}
.color-2 {
color: #d1b2e0;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #e77e23;
}
/* CSS Variables */
:root {
--color-1: #8b5b8f;
--color-2: #d1b2e0;
--color-3: #f1c84b;
--color-4: #f6b83c;
--color-5: #e77e23;
}
Whispers of the Night の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b5b8f, #d1b2e0, #f1c84b, #f6b83c, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b5b8f, #d1b2e0, #f1c84b, #f6b83c, #e77e23);
}
似たようなカラーパレット
Whispers of the Night color palette created on .