Transcendent Harmony カラーパレット

美しいTranscendent Harmonyカラーパレットをご紹介します。razzmatazz (#d6006f), wewak (#f1a7b8), vanilla ice (#f4d7e2), regent st blue (#a6d5e2) and orient (#005c8a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Transcendent Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #f1a7b8;
}
.color-3 {
color: #f4d7e2;
}
.color-4 {
color: #a6d5e2;
}
.color-5 {
color: #005c8a;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #f1a7b8;
--color-3: #f4d7e2;
--color-4: #a6d5e2;
--color-5: #005c8a;
}

🌈 Transcendent Harmony の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #f1a7b8, #f4d7e2, #a6d5e2, #005c8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #f1a7b8, #f4d7e2, #a6d5e2, #005c8a);
}

Transcendent Harmony color palette created on .