Vibrant Green カラーパレット

美しいVibrant Greenカラーパレットをご紹介します。bittersweet (#ff6e61), neon carrot (#ff9b3d), saffron (#f4c63e), conifer (#a8d84f) and sea green (#2e8a56)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Vibrant Green カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9b3d;
}
.color-3 {
color: #f4c63e;
}
.color-4 {
color: #a8d84f;
}
.color-5 {
color: #2e8a56;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9b3d;
--color-3: #f4c63e;
--color-4: #a8d84f;
--color-5: #2e8a56;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9b3d, #f4c63e, #a8d84f, #2e8a56);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9b3d, #f4c63e, #a8d84f, #2e8a56);
}

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