Regal Radiance カラーパレット

美しいRegal Radianceカラーパレットをご紹介します。saffron (#f5c542), luxor gold (#a67b2b), west coast (#6c4e1e), copper (#b47c3c) and pavlova (#dac8a4)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Regal Radiance カラーパレット CSS

/* CSS */
.color-1 {
color: #f5c542;
}
.color-2 {
color: #a67b2b;
}
.color-3 {
color: #6c4e1e;
}
.color-4 {
color: #b47c3c;
}
.color-5 {
color: #dac8a4;
}

/* CSS Variables */
:root {
--color-1: #f5c542;
--color-2: #a67b2b;
--color-3: #6c4e1e;
--color-4: #b47c3c;
--color-5: #dac8a4;
}

🌈 Regal Radiance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c542, #a67b2b, #6c4e1e, #b47c3c, #dac8a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c542, #a67b2b, #6c4e1e, #b47c3c, #dac8a4);
}

Regal Radiance color palette created on .