Shades of Blue and Terracotta カラーパレット

美しいShades of Blue and Terracottaカラーパレットをご紹介します。blumine (#1d4d8b), astronaut (#2a2e6f), tawny port (#6b1e40), alpine (#b5952c) and crail (#be543c)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Shades of Blue and Terracotta カラーパレット CSS

/* CSS */
.color-1 {
color: #1d4d8b;
}
.color-2 {
color: #2a2e6f;
}
.color-3 {
color: #6b1e40;
}
.color-4 {
color: #b5952c;
}
.color-5 {
color: #be543c;
}

/* CSS Variables */
:root {
--color-1: #1d4d8b;
--color-2: #2a2e6f;
--color-3: #6b1e40;
--color-4: #b5952c;
--color-5: #be543c;
}

🌈 Shades of Blue and Terracotta の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4d8b, #2a2e6f, #6b1e40, #b5952c, #be543c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4d8b, #2a2e6f, #6b1e40, #b5952c, #be543c);
}

Shades of Blue and Terracotta color palette created on .