Blue Space カラーパレット
美しいBlue Spaceカラーパレットをご紹介します。port gore (#1a1f3d), astronaut (#2b396e), kashmir blue (#4c6a94), seagull (#78b6e2) and sail (#a3daf5)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Blue Spaceパレットを使った美しいUIコンポーネントを探索
💻 Blue Space カラーパレット CSS
/* CSS */
.color-1 {
color: #1a1f3d;
}
.color-2 {
color: #2b396e;
}
.color-3 {
color: #4c6a94;
}
.color-4 {
color: #78b6e2;
}
.color-5 {
color: #a3daf5;
}
/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #2b396e;
--color-3: #4c6a94;
--color-4: #78b6e2;
--color-5: #a3daf5;
} 🌈 Blue Space の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #2b396e, #4c6a94, #78b6e2, #a3daf5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #2b396e, #4c6a94, #78b6e2, #a3daf5);
} 🔗 似たようなカラーパレットを探索
Blue Space color palette created on .