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