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