Teal Shades カラーパレット

美しいTeal Shadesカラーパレットをご紹介します。robin's egg blue (#00c7c4), persian green (#00a3a0), teal (#007f80), blue stone (#005c5c) and cyprus (#003d3d)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Teal Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #00c7c4;
}
.color-2 {
color: #00a3a0;
}
.color-3 {
color: #007f80;
}
.color-4 {
color: #005c5c;
}
.color-5 {
color: #003d3d;
}

/* CSS Variables */
:root {
--color-1: #00c7c4;
--color-2: #00a3a0;
--color-3: #007f80;
--color-4: #005c5c;
--color-5: #003d3d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00c7c4, #00a3a0, #007f80, #005c5c, #003d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00c7c4, #00a3a0, #007f80, #005c5c, #003d3d);
}

Teal Shadesカラーパレットはに作成されました。