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