Yellow Dandy カラーパレット

美しいYellow Dandyカラーパレットをご紹介します。christine (#df7509), corn harvest (#7c8a0c), jewel (#176c2e), te papa green (#1d3d39) and eden (#0e483b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Yellow Dandy カラーパレット CSS

/* CSS */
.color-1 {
color: #df7509;
}
.color-2 {
color: #7c8a0c;
}
.color-3 {
color: #176c2e;
}
.color-4 {
color: #1d3d39;
}
.color-5 {
color: #0e483b;
}

/* CSS Variables */
:root {
--color-1: #df7509;
--color-2: #7c8a0c;
--color-3: #176c2e;
--color-4: #1d3d39;
--color-5: #0e483b;
}

🌈 Yellow Dandy の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #df7509, #7c8a0c, #176c2e, #1d3d39, #0e483b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #df7509, #7c8a0c, #176c2e, #1d3d39, #0e483b);
}

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