Shades of Blue カラーパレット

美しいShades of Blueカラーパレットをご紹介します。horizon (#5d8aa8), blue bayoux (#4f6c78), kobi (#e7b1c5), golden sand (#f6d67e) and akaroa (#d8c0a6)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #5d8aa8;
}
.color-2 {
color: #4f6c78;
}
.color-3 {
color: #e7b1c5;
}
.color-4 {
color: #f6d67e;
}
.color-5 {
color: #d8c0a6;
}

/* CSS Variables */
:root {
--color-1: #5d8aa8;
--color-2: #4f6c78;
--color-3: #e7b1c5;
--color-4: #f6d67e;
--color-5: #d8c0a6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d8aa8, #4f6c78, #e7b1c5, #f6d67e, #d8c0a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d8aa8, #4f6c78, #e7b1c5, #f6d67e, #d8c0a6);
}

Shades of Blue color palette created on .