Tropical Oasis カラーパレット

美しいTropical Oasisカラーパレットをご紹介します。chateau green (#35b655), aquamarine (#9effe2), bermuda (#6fd8b3), puerto rico (#4cb8a2) and elm (#1e8070)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Tropical Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #35b655;
}
.color-2 {
color: #9effe2;
}
.color-3 {
color: #6fd8b3;
}
.color-4 {
color: #4cb8a2;
}
.color-5 {
color: #1e8070;
}

/* CSS Variables */
:root {
--color-1: #35b655;
--color-2: #9effe2;
--color-3: #6fd8b3;
--color-4: #4cb8a2;
--color-5: #1e8070;
}

🌈 Tropical Oasis の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #35b655, #9effe2, #6fd8b3, #4cb8a2, #1e8070);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #35b655, #9effe2, #6fd8b3, #4cb8a2, #1e8070);
}

Tropical Oasis color palette created on .