Teal Oasis カラーパレット

美しいTeal Oasisカラーパレットをご紹介します。aqua island (#b3e0d7), downy (#6ed4c9), puerto rico (#4bb9a1), lochinvar (#2e8e7d) and green pea (#20605b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Teal Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #b3e0d7;
}
.color-2 {
color: #6ed4c9;
}
.color-3 {
color: #4bb9a1;
}
.color-4 {
color: #2e8e7d;
}
.color-5 {
color: #20605b;
}

/* CSS Variables */
:root {
--color-1: #b3e0d7;
--color-2: #6ed4c9;
--color-3: #4bb9a1;
--color-4: #2e8e7d;
--color-5: #20605b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3e0d7, #6ed4c9, #4bb9a1, #2e8e7d, #20605b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3e0d7, #6ed4c9, #4bb9a1, #2e8e7d, #20605b);
}

Teal Oasis color palette created on .