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