Teal Morning カラーパレット

美しいTeal Morningカラーパレットをご紹介します。morning glory (#a1e1e3), downy (#6ec9c8), keppel (#3ba1a5), elm (#1e7b7a) and eden (#0e5d5d)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Teal Morning カラーパレット CSS

/* CSS */
.color-1 {
color: #a1e1e3;
}
.color-2 {
color: #6ec9c8;
}
.color-3 {
color: #3ba1a5;
}
.color-4 {
color: #1e7b7a;
}
.color-5 {
color: #0e5d5d;
}

/* CSS Variables */
:root {
--color-1: #a1e1e3;
--color-2: #6ec9c8;
--color-3: #3ba1a5;
--color-4: #1e7b7a;
--color-5: #0e5d5d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1e1e3, #6ec9c8, #3ba1a5, #1e7b7a, #0e5d5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1e1e3, #6ec9c8, #3ba1a5, #1e7b7a, #0e5d5d);
}

Teal Morning color palette created on .