Jade Breeze カラーパレット

美しいJade Breezeカラーパレットをご紹介します。persian green (#00b39b), turquoise (#40e7b5), aquamarine (#80ffd4), ice cold (#a5f8e1) and white ice (#d3f8f1)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Jade Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #00b39b;
}
.color-2 {
color: #40e7b5;
}
.color-3 {
color: #80ffd4;
}
.color-4 {
color: #a5f8e1;
}
.color-5 {
color: #d3f8f1;
}

/* CSS Variables */
:root {
--color-1: #00b39b;
--color-2: #40e7b5;
--color-3: #80ffd4;
--color-4: #a5f8e1;
--color-5: #d3f8f1;
}

🌈 Jade Breeze の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b39b, #40e7b5, #80ffd4, #a5f8e1, #d3f8f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b39b, #40e7b5, #80ffd4, #a5f8e1, #d3f8f1);
}

Jade Breeze color palette created on .