Midnight Indigo カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Midnight Indigo palette
Midnight Indigo カラーパレット CSS
/* CSS */
.color-1 {
color: #1e194d;
}
.color-2 {
color: #2d2b6e;
}
.color-3 {
color: #4c4b9b;
}
.color-4 {
color: #8989eb;
}
.color-5 {
color: #b3b3e0;
}
/* CSS Variables */
:root {
--color-1: #1e194d;
--color-2: #2d2b6e;
--color-3: #4c4b9b;
--color-4: #8989eb;
--color-5: #b3b3e0;
}
Midnight Indigo の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e194d, #2d2b6e, #4c4b9b, #8989eb, #b3b3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e194d, #2d2b6e, #4c4b9b, #8989eb, #b3b3e0);
}
Midnight Indigo color palette created on .