Teal Sunset カラーパレット

美しいTeal Sunsetカラーパレットをご紹介します。scooter (#2ab7cf), eastern blue (#1e8d9f), blumine (#1b5a6f), confetti (#e8c65e) and buttercup (#f5a524)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Teal Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #2ab7cf;
}
.color-2 {
color: #1e8d9f;
}
.color-3 {
color: #1b5a6f;
}
.color-4 {
color: #e8c65e;
}
.color-5 {
color: #f5a524;
}

/* CSS Variables */
:root {
--color-1: #2ab7cf;
--color-2: #1e8d9f;
--color-3: #1b5a6f;
--color-4: #e8c65e;
--color-5: #f5a524;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2ab7cf, #1e8d9f, #1b5a6f, #e8c65e, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2ab7cf, #1e8d9f, #1b5a6f, #e8c65e, #f5a524);
}

Teal Sunset color palette created on .