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