Royal Red and Gold カラーパレット

美しいRoyal Red and Goldカラーパレットをご紹介します。old gold (#d4af35), mexican red (#b42222), black (#000000), persimmon (#ff6347) and school bus yellow (#ffd900)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Gold, Red, Black, Elegant, Vintageカラーパレットと組み合わせ。

💡 できること

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

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

UI例

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

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

💻 Royal Red and Gold カラーパレット CSS

/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #b42222;
}
.color-3 {
color: #000000;
}
.color-4 {
color: #ff6347;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #b42222;
--color-3: #000000;
--color-4: #ff6347;
--color-5: #ffd900;
}

🌈 Royal Red and Gold の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #b42222, #000000, #ff6347, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #b42222, #000000, #ff6347, #ffd900);
}

Royal Red and Gold color palette created on .