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