Vibrant Violet カラーパレット

美しいVibrant Violetカラーパレットをご紹介します。light orchid (#e3b0d1), strikemaster (#9f5b9a), affair (#704a96), gigas (#5c3d8f) and meteorite (#3c1e6b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Vibrant Violet カラーパレット CSS

/* CSS */
.color-1 {
color: #e3b0d1;
}
.color-2 {
color: #9f5b9a;
}
.color-3 {
color: #704a96;
}
.color-4 {
color: #5c3d8f;
}
.color-5 {
color: #3c1e6b;
}

/* CSS Variables */
:root {
--color-1: #e3b0d1;
--color-2: #9f5b9a;
--color-3: #704a96;
--color-4: #5c3d8f;
--color-5: #3c1e6b;
}

🌈 Vibrant Violet の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b0d1, #9f5b9a, #704a96, #5c3d8f, #3c1e6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b0d1, #9f5b9a, #704a96, #5c3d8f, #3c1e6b);
}

Vibrant Violet color palette created on .