Aqua Adventure カラーパレット

美しいAqua Adventureカラーパレットをご紹介します。cyan / aqua (#0ed6ff), cyan / aqua (#0efff4), mona lisa (#ff9b99), salomie (#ffd98b) and mustard (#ffd656)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Aqua Adventure カラーパレット CSS

/* CSS */
.color-1 {
color: #0ed6ff;
}
.color-2 {
color: #0efff4;
}
.color-3 {
color: #ff9b99;
}
.color-4 {
color: #ffd98b;
}
.color-5 {
color: #ffd656;
}

/* CSS Variables */
:root {
--color-1: #0ed6ff;
--color-2: #0efff4;
--color-3: #ff9b99;
--color-4: #ffd98b;
--color-5: #ffd656;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0ed6ff, #0efff4, #ff9b99, #ffd98b, #ffd656);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0ed6ff, #0efff4, #ff9b99, #ffd98b, #ffd656);
}

Aqua Adventureカラーパレットはに作成されました。