Blue Drake カラーパレット

美しいBlue Drakeカラーパレットをご紹介します。jacksons purple (#1f3a89), chambray (#3e5b98), ship cove (#6c8bc1), regent st blue (#a3c7e0) and link water (#d3e5f3)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Blue Drake カラーパレット CSS

/* CSS */
.color-1 {
color: #1f3a89;
}
.color-2 {
color: #3e5b98;
}
.color-3 {
color: #6c8bc1;
}
.color-4 {
color: #a3c7e0;
}
.color-5 {
color: #d3e5f3;
}

/* CSS Variables */
:root {
--color-1: #1f3a89;
--color-2: #3e5b98;
--color-3: #6c8bc1;
--color-4: #a3c7e0;
--color-5: #d3e5f3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a89, #3e5b98, #6c8bc1, #a3c7e0, #d3e5f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a89, #3e5b98, #6c8bc1, #a3c7e0, #d3e5f3);
}

Blue Drake color palette created on .