Shades of Blue カラーパレット

美しいShades of Blueカラーパレットをご紹介します。morning glory (#a3d0e0), glacier (#75b8c2), hippie blue (#499aa7), teal (#007b80) and blue stone (#00615c)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #a3d0e0;
}
.color-2 {
color: #75b8c2;
}
.color-3 {
color: #499aa7;
}
.color-4 {
color: #007b80;
}
.color-5 {
color: #00615c;
}

/* CSS Variables */
:root {
--color-1: #a3d0e0;
--color-2: #75b8c2;
--color-3: #499aa7;
--color-4: #007b80;
--color-5: #00615c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d0e0, #75b8c2, #499aa7, #007b80, #00615c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d0e0, #75b8c2, #499aa7, #007b80, #00615c);
}

Shades of Blueカラーパレットはに作成されました。