Sonic Adventure カラーパレット

美しいSonic Adventureカラーパレットをご紹介します。matisse (#1b6a98), buttercup (#f1c40e), cinnabar (#e74d3c), shamrock (#2ecc70) and studio (#8d43ad)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Blue, Yellow, Red, Green, Purple, Vibrant, Fun, Cartoon, 90s, Nostalgicカラーパレットと組み合わせ。

💡 できること

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

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

UI例

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

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

💻 Sonic Adventure カラーパレット CSS

/* CSS */
.color-1 {
color: #1b6a98;
}
.color-2 {
color: #f1c40e;
}
.color-3 {
color: #e74d3c;
}
.color-4 {
color: #2ecc70;
}
.color-5 {
color: #8d43ad;
}

/* CSS Variables */
:root {
--color-1: #1b6a98;
--color-2: #f1c40e;
--color-3: #e74d3c;
--color-4: #2ecc70;
--color-5: #8d43ad;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b6a98, #f1c40e, #e74d3c, #2ecc70, #8d43ad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b6a98, #f1c40e, #e74d3c, #2ecc70, #8d43ad);
}

Sonic Adventure color palette created on .