Night Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Night Blue palette
Night Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #392a6a;
}
.color-2 {
color: #5a5d8c;
}
.color-3 {
color: #908c7a;
}
.color-4 {
color: #f7c2b6;
}
.color-5 {
color: #e8a88c;
}
/* CSS Variables */
:root {
--color-1: #392a6a;
--color-2: #5a5d8c;
--color-3: #908c7a;
--color-4: #f7c2b6;
--color-5: #e8a88c;
}
Night Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #392a6a, #5a5d8c, #908c7a, #f7c2b6, #e8a88c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #392a6a, #5a5d8c, #908c7a, #f7c2b6, #e8a88c);
}
似たようなカラーパレット
パレットが見つかりません
別のフィルターを試すか、現在の選択をクリアしてください。
Night Blue color palette created on .