Golden Honey カラーパレット

美しいGolden Honeyカラーパレットをご紹介します。saffron mango (#f7c750), fire bush (#e8a32c), brandy punch (#d58b2a), bourbon (#b86e1e) and fiery orange (#a55012)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Golden Honey カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c750;
}
.color-2 {
color: #e8a32c;
}
.color-3 {
color: #d58b2a;
}
.color-4 {
color: #b86e1e;
}
.color-5 {
color: #a55012;
}

/* CSS Variables */
:root {
--color-1: #f7c750;
--color-2: #e8a32c;
--color-3: #d58b2a;
--color-4: #b86e1e;
--color-5: #a55012;
}

🌈 Golden Honey の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c750, #e8a32c, #d58b2a, #b86e1e, #a55012);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c750, #e8a32c, #d58b2a, #b86e1e, #a55012);
}

Golden Honey color palette created on .