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