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