Sonic the Hedgehog カラーパレット
美しいSonic the Hedgehogカラーパレットをご紹介します。cerulean (#00a5e0), deep cerulean (#0077b3), bahama blue (#005f8f), blumine (#1e4c7b) and mine shaft (#1f1f1f)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Sonic the Hedgehogパレットを使った美しいUIコンポーネントを探索
💻 Sonic the Hedgehog カラーパレット CSS
/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #0077b3;
}
.color-3 {
color: #005f8f;
}
.color-4 {
color: #1e4c7b;
}
.color-5 {
color: #1f1f1f;
}
/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #0077b3;
--color-3: #005f8f;
--color-4: #1e4c7b;
--color-5: #1f1f1f;
}
🌈 Sonic the Hedgehog の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #0077b3, #005f8f, #1e4c7b, #1f1f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #0077b3, #005f8f, #1e4c7b, #1f1f1f);
}
🔗 似たようなカラーパレットを探索
Sonic the Hedgehog color palette created on .