Midnight Mist カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Midnight Mist palette
Midnight Mist カラーパレット CSS
/* CSS */
.color-1 {
color: #1e1f29;
}
.color-2 {
color: #4b4c58;
}
.color-3 {
color: #7b7c8a;
}
.color-4 {
color: #b5b6c4;
}
.color-5 {
color: #f5f6ff;
}
/* CSS Variables */
:root {
--color-1: #1e1f29;
--color-2: #4b4c58;
--color-3: #7b7c8a;
--color-4: #b5b6c4;
--color-5: #f5f6ff;
}
Midnight Mist の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f29, #4b4c58, #7b7c8a, #b5b6c4, #f5f6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f29, #4b4c58, #7b7c8a, #b5b6c4, #f5f6ff);
}
似たようなカラーパレット
下にスクロールして200+個のダークカラーパレットを探索しましょう
Midnight Mist color palette created on .