Shades of Green カラーパレット

美しいShades of Greenカラーパレットをご紹介します。screamin' green (#3dff40), cornflower lilac (#ffb4a8), mint green (#96ff70), koromiko (#ffbc6b) and sunset orange (#ff4d4d)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #3dff40;
}
.color-2 {
color: #ffb4a8;
}
.color-3 {
color: #96ff70;
}
.color-4 {
color: #ffbc6b;
}
.color-5 {
color: #ff4d4d;
}

/* CSS Variables */
:root {
--color-1: #3dff40;
--color-2: #ffb4a8;
--color-3: #96ff70;
--color-4: #ffbc6b;
--color-5: #ff4d4d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3dff40, #ffb4a8, #96ff70, #ffbc6b, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3dff40, #ffb4a8, #96ff70, #ffbc6b, #ff4d4d);
}

Shades of Green color palette created on .