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