Serene Green カラーパレット

美しいSerene Greenカラーパレットをご紹介します。moss green (#a7d7b8), wheat (#f6e3b6), corvette (#f9caa4), selective yellow (#fab700) and carnation (#f05656)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Serene Green カラーパレット CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #f6e3b6;
}
.color-3 {
color: #f9caa4;
}
.color-4 {
color: #fab700;
}
.color-5 {
color: #f05656;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #f6e3b6;
--color-3: #f9caa4;
--color-4: #fab700;
--color-5: #f05656;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #f6e3b6, #f9caa4, #fab700, #f05656);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #f6e3b6, #f9caa4, #fab700, #f05656);
}

Serene Green color palette created on .