Golden Dream カラーパレット

美しいGolden Dreamカラーパレットをご紹介します。golden dream (#f0d62d), marzipan (#f8e9a0), supernova (#f5c400), web orange (#eba400) and buddha gold (#d6a800)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Golden Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #f0d62d;
}
.color-2 {
color: #f8e9a0;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #eba400;
}
.color-5 {
color: #d6a800;
}

/* CSS Variables */
:root {
--color-1: #f0d62d;
--color-2: #f8e9a0;
--color-3: #f5c400;
--color-4: #eba400;
--color-5: #d6a800;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0d62d, #f8e9a0, #f5c400, #eba400, #d6a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0d62d, #f8e9a0, #f5c400, #eba400, #d6a800);
}

Golden Dream color palette created on .