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