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