Shades of Blue カラーパレット

美しいShades of Blueカラーパレットをご紹介します。curious blue (#1db1e2), shakespeare (#4ec4ca), algae green (#80e0b2), granny smith apple (#b5e5a4) and texas (#f9f89a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #1db1e2;
}
.color-2 {
color: #4ec4ca;
}
.color-3 {
color: #80e0b2;
}
.color-4 {
color: #b5e5a4;
}
.color-5 {
color: #f9f89a;
}

/* CSS Variables */
:root {
--color-1: #1db1e2;
--color-2: #4ec4ca;
--color-3: #80e0b2;
--color-4: #b5e5a4;
--color-5: #f9f89a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1db1e2, #4ec4ca, #80e0b2, #b5e5a4, #f9f89a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1db1e2, #4ec4ca, #80e0b2, #b5e5a4, #f9f89a);
}

Shades of Blue color palette created on .