Teal Sunset カラーパレット

美しいTeal Sunsetカラーパレットをご紹介します。bittersweet (#ff6e61), sea nymph (#6d9c9a), hippie blue (#4c9ea9), blue bayoux (#4f6c78) and pickled bluewood (#2e3f52)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Teal Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6d9c9a;
}
.color-3 {
color: #4c9ea9;
}
.color-4 {
color: #4f6c78;
}
.color-5 {
color: #2e3f52;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6d9c9a;
--color-3: #4c9ea9;
--color-4: #4f6c78;
--color-5: #2e3f52;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6d9c9a, #4c9ea9, #4f6c78, #2e3f52);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6d9c9a, #4c9ea9, #4f6c78, #2e3f52);
}

Teal Sunset color palette created on .