Azure Oasis カラーパレット

美しいAzure Oasisカラーパレットをご紹介します。cobalt (#0053b8), lochmara (#0088c2), persian green (#00b3aa), caribbean green (#00d6a1) and magic mint (#95f4b8)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Azure Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #0053b8;
}
.color-2 {
color: #0088c2;
}
.color-3 {
color: #00b3aa;
}
.color-4 {
color: #00d6a1;
}
.color-5 {
color: #95f4b8;
}

/* CSS Variables */
:root {
--color-1: #0053b8;
--color-2: #0088c2;
--color-3: #00b3aa;
--color-4: #00d6a1;
--color-5: #95f4b8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0053b8, #0088c2, #00b3aa, #00d6a1, #95f4b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0053b8, #0088c2, #00b3aa, #00d6a1, #95f4b8);
}

Azure Oasis color palette created on .