Blue Astronaut カラーパレット

美しいBlue Astronautカラーパレットをご紹介します。astronaut (#283a77), chambray (#3c5a9a), steel blue (#4f7ab5), cornflower (#87c7e3) and sail (#a0e0f8)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Aesthetic, Blue, Bright, Fun, Springカラーパレットと組み合わせ。

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

Blue Astronautパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 Blue Astronaut カラーパレット CSS

/* CSS */
.color-1 {
color: #283a77;
}
.color-2 {
color: #3c5a9a;
}
.color-3 {
color: #4f7ab5;
}
.color-4 {
color: #87c7e3;
}
.color-5 {
color: #a0e0f8;
}

/* CSS Variables */
:root {
--color-1: #283a77;
--color-2: #3c5a9a;
--color-3: #4f7ab5;
--color-4: #87c7e3;
--color-5: #a0e0f8;
}

🌈 Blue Astronaut の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #283a77, #3c5a9a, #4f7ab5, #87c7e3, #a0e0f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #283a77, #3c5a9a, #4f7ab5, #87c7e3, #a0e0f8);
}

Blue Astronaut color palette created on .