Shades of Green カラーパレット

美しいShades of Greenカラーパレットをご紹介します。kaitoke green (#004d26), fun green (#007a3d), green haze (#00a851), shamrock (#5bd7a1) and granny apple (#d0f6e7)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #004d26;
}
.color-2 {
color: #007a3d;
}
.color-3 {
color: #00a851;
}
.color-4 {
color: #5bd7a1;
}
.color-5 {
color: #d0f6e7;
}

/* CSS Variables */
:root {
--color-1: #004d26;
--color-2: #007a3d;
--color-3: #00a851;
--color-4: #5bd7a1;
--color-5: #d0f6e7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #004d26, #007a3d, #00a851, #5bd7a1, #d0f6e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #004d26, #007a3d, #00a851, #5bd7a1, #d0f6e7);
}

Shades of Green color palette created on .