Teal Lake カラーパレット

美しいTeal Lakeカラーパレットをご紹介します。blue lagoon (#007c85), persian green (#00a3a0), persian green (#00b3aa), bright turquoise (#0ed8b3) and morning glory (#a5e3d5)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Teal Lake カラーパレット CSS

/* CSS */
.color-1 {
color: #007c85;
}
.color-2 {
color: #00a3a0;
}
.color-3 {
color: #00b3aa;
}
.color-4 {
color: #0ed8b3;
}
.color-5 {
color: #a5e3d5;
}

/* CSS Variables */
:root {
--color-1: #007c85;
--color-2: #00a3a0;
--color-3: #00b3aa;
--color-4: #0ed8b3;
--color-5: #a5e3d5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007c85, #00a3a0, #00b3aa, #0ed8b3, #a5e3d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007c85, #00a3a0, #00b3aa, #0ed8b3, #a5e3d5);
}

Teal Lake color palette created on .