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