Shades of Blue カラーパレット

美しいShades of Blueカラーパレットをご紹介します。botticelli (#c5d9e2), opal (#a6c1c4), granny smith (#7b9b9d), cutty sark (#507577) and spectra (#2c4b4e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #c5d9e2;
}
.color-2 {
color: #a6c1c4;
}
.color-3 {
color: #7b9b9d;
}
.color-4 {
color: #507577;
}
.color-5 {
color: #2c4b4e;
}

/* CSS Variables */
:root {
--color-1: #c5d9e2;
--color-2: #a6c1c4;
--color-3: #7b9b9d;
--color-4: #507577;
--color-5: #2c4b4e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5d9e2, #a6c1c4, #7b9b9d, #507577, #2c4b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5d9e2, #a6c1c4, #7b9b9d, #507577, #2c4b4e);
}

Shades of Blue color palette created on .