Pastel Green カラーパレット

美しいPastel Greenカラーパレットをご紹介します。beryl green (#d5e1b7), spring rain (#a7caa0), tusk (#f3f1c4), kobi (#eab8d1) and wewak (#f29d9c)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Pastel Green カラーパレット CSS

/* CSS */
.color-1 {
color: #d5e1b7;
}
.color-2 {
color: #a7caa0;
}
.color-3 {
color: #f3f1c4;
}
.color-4 {
color: #eab8d1;
}
.color-5 {
color: #f29d9c;
}

/* CSS Variables */
:root {
--color-1: #d5e1b7;
--color-2: #a7caa0;
--color-3: #f3f1c4;
--color-4: #eab8d1;
--color-5: #f29d9c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5e1b7, #a7caa0, #f3f1c4, #eab8d1, #f29d9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5e1b7, #a7caa0, #f3f1c4, #eab8d1, #f29d9c);
}

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