Golden Glucose カラーパレット

美しいGolden Glucoseカラーパレットをご紹介します。saffron (#f4c32f), web orange (#e6a400), mango tango (#d68100), rose of sharon (#b35600) and cinnamon (#804000)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Golden Glucose カラーパレット CSS

/* CSS */
.color-1 {
color: #f4c32f;
}
.color-2 {
color: #e6a400;
}
.color-3 {
color: #d68100;
}
.color-4 {
color: #b35600;
}
.color-5 {
color: #804000;
}

/* CSS Variables */
:root {
--color-1: #f4c32f;
--color-2: #e6a400;
--color-3: #d68100;
--color-4: #b35600;
--color-5: #804000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c32f, #e6a400, #d68100, #b35600, #804000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c32f, #e6a400, #d68100, #b35600, #804000);
}

Golden Glucoseカラーパレットはに作成されました。