Royal Green with Gold カラーパレット

美しいRoyal Green with Goldカラーパレットをご紹介します。fun green (#007a33), celery (#a6c856), school bus yellow (#ffd900), celery (#b6c85b) and old gold (#d4af35)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Royal Green with Goldパレットを使った美しいUIコンポーネントを探索

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

💻 Royal Green with Gold カラーパレット CSS

/* CSS */
.color-1 {
color: #007a33;
}
.color-2 {
color: #a6c856;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #b6c85b;
}
.color-5 {
color: #d4af35;
}

/* CSS Variables */
:root {
--color-1: #007a33;
--color-2: #a6c856;
--color-3: #ffd900;
--color-4: #b6c85b;
--color-5: #d4af35;
}

🌈 Royal Green with Gold の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007a33, #a6c856, #ffd900, #b6c85b, #d4af35);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007a33, #a6c856, #ffd900, #b6c85b, #d4af35);
}

Royal Green with Gold color palette created on .