Aqua Horizon カラーパレット

美しいAqua Horizonカラーパレットをご紹介します。robin's egg blue (#02c6ed), cerulean (#00afd6), pacific blue (#0092c7), deep cerulean (#0076a8) and orient (#005c8a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Aqua Horizonパレットを使った美しいUIコンポーネントを探索

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

💻 Aqua Horizon カラーパレット CSS

/* CSS */
.color-1 {
color: #02c6ed;
}
.color-2 {
color: #00afd6;
}
.color-3 {
color: #0092c7;
}
.color-4 {
color: #0076a8;
}
.color-5 {
color: #005c8a;
}

/* CSS Variables */
:root {
--color-1: #02c6ed;
--color-2: #00afd6;
--color-3: #0092c7;
--color-4: #0076a8;
--color-5: #005c8a;
}

🌈 Aqua Horizon の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02c6ed, #00afd6, #0092c7, #0076a8, #005c8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02c6ed, #00afd6, #0092c7, #0076a8, #005c8a);
}

Aqua Horizon color palette created on .