Ocean Breeze カラーパレット

美しいOcean Breezeカラーパレットをご紹介します。denim (#1d55c3), boston blue (#3e7bc1), danube (#60a3d2), cornflower (#8ec1e6) and blizzard blue (#b2d9f0)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Ocean Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #1d55c3;
}
.color-2 {
color: #3e7bc1;
}
.color-3 {
color: #60a3d2;
}
.color-4 {
color: #8ec1e6;
}
.color-5 {
color: #b2d9f0;
}

/* CSS Variables */
:root {
--color-1: #1d55c3;
--color-2: #3e7bc1;
--color-3: #60a3d2;
--color-4: #8ec1e6;
--color-5: #b2d9f0;
}

🌈 Ocean Breeze の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d55c3, #3e7bc1, #60a3d2, #8ec1e6, #b2d9f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d55c3, #3e7bc1, #60a3d2, #8ec1e6, #b2d9f0);
}

Ocean Breeze color palette created on .