Cerebral Azure カラーパレット

美しいCerebral Azureカラーパレットをご紹介します。eastern blue (#1e80be), shakespeare (#4eb3d4), seagull (#86d0e9), blizzard blue (#b2e5f0) and white ice (#e0f7fa)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Cerebral Azure カラーパレット CSS

/* CSS */
.color-1 {
color: #1e80be;
}
.color-2 {
color: #4eb3d4;
}
.color-3 {
color: #86d0e9;
}
.color-4 {
color: #b2e5f0;
}
.color-5 {
color: #e0f7fa;
}

/* CSS Variables */
:root {
--color-1: #1e80be;
--color-2: #4eb3d4;
--color-3: #86d0e9;
--color-4: #b2e5f0;
--color-5: #e0f7fa;
}

🌈 Cerebral Azure の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e80be, #4eb3d4, #86d0e9, #b2e5f0, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e80be, #4eb3d4, #86d0e9, #b2e5f0, #e0f7fa);
}

Cerebral Azure color palette created on .