Shades of Cyan カラーパレット

美しいShades of Cyanカラーパレットをご紹介します。scooter (#35b1d0), curious blue (#30a0c5), boston blue (#2c90b5), jelly bean (#287fa4) and jelly bean (#24788f)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #35b1d0;
}
.color-2 {
color: #30a0c5;
}
.color-3 {
color: #2c90b5;
}
.color-4 {
color: #287fa4;
}
.color-5 {
color: #24788f;
}

/* CSS Variables */
:root {
--color-1: #35b1d0;
--color-2: #30a0c5;
--color-3: #2c90b5;
--color-4: #287fa4;
--color-5: #24788f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #35b1d0, #30a0c5, #2c90b5, #287fa4, #24788f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #35b1d0, #30a0c5, #2c90b5, #287fa4, #24788f);
}

Shades of Cyan color palette created on .