Shades of Teal カラーパレット

美しいShades of Tealカラーパレットをご紹介します。humming bird (#cdf9f2), morning glory (#a5e3e0), fountain blue (#67c1b6), ming (#3d8a88) and green pea (#1b5a56)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #cdf9f2;
}
.color-2 {
color: #a5e3e0;
}
.color-3 {
color: #67c1b6;
}
.color-4 {
color: #3d8a88;
}
.color-5 {
color: #1b5a56;
}

/* CSS Variables */
:root {
--color-1: #cdf9f2;
--color-2: #a5e3e0;
--color-3: #67c1b6;
--color-4: #3d8a88;
--color-5: #1b5a56;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cdf9f2, #a5e3e0, #67c1b6, #3d8a88, #1b5a56);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cdf9f2, #a5e3e0, #67c1b6, #3d8a88, #1b5a56);
}

Shades of Teal color palette created on .