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