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