Shades of Teal カラーパレット

美しいShades of Tealカラーパレットをご紹介します。smalt blue (#4f8b8c), opal (#a5c0b8), parchment (#f2e4d4), dove gray (#6e6e6e) and cameo (#d7b2a3)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #4f8b8c;
}
.color-2 {
color: #a5c0b8;
}
.color-3 {
color: #f2e4d4;
}
.color-4 {
color: #6e6e6e;
}
.color-5 {
color: #d7b2a3;
}

/* CSS Variables */
:root {
--color-1: #4f8b8c;
--color-2: #a5c0b8;
--color-3: #f2e4d4;
--color-4: #6e6e6e;
--color-5: #d7b2a3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f8b8c, #a5c0b8, #f2e4d4, #6e6e6e, #d7b2a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f8b8c, #a5c0b8, #f2e4d4, #6e6e6e, #d7b2a3);
}

Shades of Teal color palette created on .