Azules カラーパレット

美しいAzulesカラーパレットをご紹介します。scooter (#29b9e0), pacific blue (#0095c7), lochmara (#0077b8), congress blue (#023c88) and gulf blue (#03045e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Azules カラーパレット CSS

/* CSS */
.color-1 {
color: #29b9e0;
}
.color-2 {
color: #0095c7;
}
.color-3 {
color: #0077b8;
}
.color-4 {
color: #023c88;
}
.color-5 {
color: #03045e;
}

/* CSS Variables */
:root {
--color-1: #29b9e0;
--color-2: #0095c7;
--color-3: #0077b8;
--color-4: #023c88;
--color-5: #03045e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #29b9e0, #0095c7, #0077b8, #023c88, #03045e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #29b9e0, #0095c7, #0077b8, #023c88, #03045e);
}

Azules color palette created on .