Dark Blue Night カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dark Blue Night palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Dark Blue Night カラーパレット (PNG) をダウンロード
Dark Blue Night カラーパレット CSS
/* CSS */
.color-1 {
color: #3d5c99;
}
.color-2 {
color: #5a7dba;
}
.color-3 {
color: #89b7e1;
}
.color-4 {
color: #b4d4e9;
}
.color-5 {
color: #e5f3ff;
}
/* CSS Variables */
:root {
--color-1: #3d5c99;
--color-2: #5a7dba;
--color-3: #89b7e1;
--color-4: #b4d4e9;
--color-5: #e5f3ff;
}
Dark Blue Night の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d5c99, #5a7dba, #89b7e1, #b4d4e9, #e5f3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d5c99, #5a7dba, #89b7e1, #b4d4e9, #e5f3ff);
}
似たようなカラーパレット
Dark Blue Night color palette created on .