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