Aquatic Daydream カラーパレット

美しいAquatic Daydreamカラーパレットをご紹介します。havelock blue (#4b91e2), viking (#68aee3), cornflower (#a0c3e9), double colonial white (#f0e3b2) and geraldine (#f69c8e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Aquatic Daydream カラーパレット CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #68aee3;
}
.color-3 {
color: #a0c3e9;
}
.color-4 {
color: #f0e3b2;
}
.color-5 {
color: #f69c8e;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #68aee3;
--color-3: #a0c3e9;
--color-4: #f0e3b2;
--color-5: #f69c8e;
}

🌈 Aquatic Daydream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #68aee3, #a0c3e9, #f0e3b2, #f69c8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #68aee3, #a0c3e9, #f0e3b2, #f69c8e);
}

Aquatic Daydream color palette created on .