Azure Bloom カラーパレット

美しいAzure Bloomカラーパレットをご紹介します。havelock blue (#4b91e2), picton blue (#4fb2e3), turquoise blue (#6cd8e4), morning glory (#a6e1e2) and black squeeze (#e2f1f4)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Azure Bloom カラーパレット CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #4fb2e3;
}
.color-3 {
color: #6cd8e4;
}
.color-4 {
color: #a6e1e2;
}
.color-5 {
color: #e2f1f4;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #4fb2e3;
--color-3: #6cd8e4;
--color-4: #a6e1e2;
--color-5: #e2f1f4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #4fb2e3, #6cd8e4, #a6e1e2, #e2f1f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #4fb2e3, #6cd8e4, #a6e1e2, #e2f1f4);
}

Azure Bloomカラーパレットはに作成されました。