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