Shades of Blue カラーパレット

美しいShades of Blueカラーパレットをご紹介します。pelorous (#3eadc1), boston blue (#30a1b5), eastern blue (#1c8c9b), surfie green (#0d7c82) and deep sea (#00806a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #3eadc1;
}
.color-2 {
color: #30a1b5;
}
.color-3 {
color: #1c8c9b;
}
.color-4 {
color: #0d7c82;
}
.color-5 {
color: #00806a;
}

/* CSS Variables */
:root {
--color-1: #3eadc1;
--color-2: #30a1b5;
--color-3: #1c8c9b;
--color-4: #0d7c82;
--color-5: #00806a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3eadc1, #30a1b5, #1c8c9b, #0d7c82, #00806a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3eadc1, #30a1b5, #1c8c9b, #0d7c82, #00806a);
}

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