Obsession in Amethyst カラーパレット

美しいObsession in Amethystカラーパレットをご紹介します。lavender (#c35bec), medium purple (#b744e9), medium purple (#b034e5), purple heart (#a01fe0) and purple heart (#6b38e0)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Obsession in Amethystパレットを使った美しいUIコンポーネントを探索

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

💻 Obsession in Amethyst カラーパレット CSS

/* CSS */
.color-1 {
color: #c35bec;
}
.color-2 {
color: #b744e9;
}
.color-3 {
color: #b034e5;
}
.color-4 {
color: #a01fe0;
}
.color-5 {
color: #6b38e0;
}

/* CSS Variables */
:root {
--color-1: #c35bec;
--color-2: #b744e9;
--color-3: #b034e5;
--color-4: #a01fe0;
--color-5: #6b38e0;
}

🌈 Obsession in Amethyst の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c35bec, #b744e9, #b034e5, #a01fe0, #6b38e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c35bec, #b744e9, #b034e5, #a01fe0, #6b38e0);
}

Obsession in Amethyst color palette created on .