Oceanic Prism カラーパレット

美しいOceanic Prismカラーパレットをご紹介します。morning glory (#a7dae2), picton blue (#4bc8e7), cerulean (#00a5e0), bondi blue (#0092b3) and blue lagoon (#007e94)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Oceanic Prism カラーパレット CSS

/* CSS */
.color-1 {
color: #a7dae2;
}
.color-2 {
color: #4bc8e7;
}
.color-3 {
color: #00a5e0;
}
.color-4 {
color: #0092b3;
}
.color-5 {
color: #007e94;
}

/* CSS Variables */
:root {
--color-1: #a7dae2;
--color-2: #4bc8e7;
--color-3: #00a5e0;
--color-4: #0092b3;
--color-5: #007e94;
}

🌈 Oceanic Prism の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7dae2, #4bc8e7, #00a5e0, #0092b3, #007e94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7dae2, #4bc8e7, #00a5e0, #0092b3, #007e94);
}

Oceanic Prism color palette created on .