Ocean Blue カラーパレット

美しいOcean Blueカラーパレットをご紹介します。bondi blue (#0096b8), cerulean (#00b2d6), robin's egg blue (#00d1c3), padua (#a8e6ce) and bittersweet (#ff6e61)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Ocean Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #00b2d6;
}
.color-3 {
color: #00d1c3;
}
.color-4 {
color: #a8e6ce;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b2d6;
--color-3: #00d1c3;
--color-4: #a8e6ce;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b2d6, #00d1c3, #a8e6ce, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b2d6, #00d1c3, #a8e6ce, #ff6e61);
}

Ocean Blue color palette created on .