Dandy Green Shades カラーパレット

美しいDandy Green Shadesカラーパレットをご紹介します。mantis (#6fbf4f), pastel green (#91dc65), yellow green (#a7e076), caper (#c4e8a1) and gossip (#e1f6b6)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Dandy Green Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #6fbf4f;
}
.color-2 {
color: #91dc65;
}
.color-3 {
color: #a7e076;
}
.color-4 {
color: #c4e8a1;
}
.color-5 {
color: #e1f6b6;
}

/* CSS Variables */
:root {
--color-1: #6fbf4f;
--color-2: #91dc65;
--color-3: #a7e076;
--color-4: #c4e8a1;
--color-5: #e1f6b6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fbf4f, #91dc65, #a7e076, #c4e8a1, #e1f6b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fbf4f, #91dc65, #a7e076, #c4e8a1, #e1f6b6);
}

Dandy Green Shades color palette created on .