Shades of Teal カラーパレット

美しいShades of Tealカラーパレットをご紹介します。outer space (#2a3c34), cutty sark (#4a6d66), breaker bay (#66a99a), sinbad (#a3d2ca) and white ice (#d4f7f0)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Shades of Teal カラーパレット CSS

/* CSS */
.color-1 {
color: #2a3c34;
}
.color-2 {
color: #4a6d66;
}
.color-3 {
color: #66a99a;
}
.color-4 {
color: #a3d2ca;
}
.color-5 {
color: #d4f7f0;
}

/* CSS Variables */
:root {
--color-1: #2a3c34;
--color-2: #4a6d66;
--color-3: #66a99a;
--color-4: #a3d2ca;
--color-5: #d4f7f0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a3c34, #4a6d66, #66a99a, #a3d2ca, #d4f7f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a3c34, #4a6d66, #66a99a, #a3d2ca, #d4f7f0);
}

Shades of Teal color palette created on .