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