Nyx Nights カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Nyx Nights palette
Nyx Nights カラーパレット CSS
/* CSS */
.color-1 {
color: #1b1b41;
}
.color-2 {
color: #4c3e70;
}
.color-3 {
color: #8d6090;
}
.color-4 {
color: #d4aac6;
}
.color-5 {
color: #f8e9a0;
}
/* CSS Variables */
:root {
--color-1: #1b1b41;
--color-2: #4c3e70;
--color-3: #8d6090;
--color-4: #d4aac6;
--color-5: #f8e9a0;
}
Nyx Nights の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1b41, #4c3e70, #8d6090, #d4aac6, #f8e9a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1b41, #4c3e70, #8d6090, #d4aac6, #f8e9a0);
}
似たようなカラーパレット
下にスクロールして400+個のダークカラーパレットを探索しましょう
Nyx Nights color palette created on .