Teal Oasis カラーパレット

美しいTeal Oasisカラーパレットをご紹介します。te papa green (#1e3e3c), william (#3a6e69), silver tree (#4ea68d), morning glory (#a1e3d5) and white ice (#e1f9f4)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Teal Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3e3c;
}
.color-2 {
color: #3a6e69;
}
.color-3 {
color: #4ea68d;
}
.color-4 {
color: #a1e3d5;
}
.color-5 {
color: #e1f9f4;
}

/* CSS Variables */
:root {
--color-1: #1e3e3c;
--color-2: #3a6e69;
--color-3: #4ea68d;
--color-4: #a1e3d5;
--color-5: #e1f9f4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3e3c, #3a6e69, #4ea68d, #a1e3d5, #e1f9f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3e3c, #3a6e69, #4ea68d, #a1e3d5, #e1f9f4);
}

Teal Oasis color palette created on .