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