Gardening Glow カラーパレット

美しいGardening Glowカラーパレットをご紹介します。flame pea (#d95926), hot cinnamon (#e06929), beryl green (#e0e6b7), asparagus (#6b994d) and hippie green (#5a8c4a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Gardening Glow カラーパレット CSS

/* CSS */
.color-1 {
color: #d95926;
}
.color-2 {
color: #e06929;
}
.color-3 {
color: #e0e6b7;
}
.color-4 {
color: #6b994d;
}
.color-5 {
color: #5a8c4a;
}

/* CSS Variables */
:root {
--color-1: #d95926;
--color-2: #e06929;
--color-3: #e0e6b7;
--color-4: #6b994d;
--color-5: #5a8c4a;
}

🌈 Gardening Glow の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d95926, #e06929, #e0e6b7, #6b994d, #5a8c4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d95926, #e06929, #e0e6b7, #6b994d, #5a8c4a);
}

Gardening Glow color palette created on .