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