Aurora カラーパレット

美しいAuroraカラーパレットをご紹介します。biscay (#1e3a76), steel blue (#4a7cba), viking (#71b6d6), water leaf (#a1e2e8) and sidecar (#f0f5b8)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Aurora カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4a7cba;
}
.color-3 {
color: #71b6d6;
}
.color-4 {
color: #a1e2e8;
}
.color-5 {
color: #f0f5b8;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4a7cba;
--color-3: #71b6d6;
--color-4: #a1e2e8;
--color-5: #f0f5b8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4a7cba, #71b6d6, #a1e2e8, #f0f5b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4a7cba, #71b6d6, #a1e2e8, #f0f5b8);
}

Aurora color palette created on .