Vibrant Purple カラーパレット
美しいVibrant Purpleカラーパレットをご紹介します。electric violet (#7c4dff), tickle me pink (#ff7092), supernova (#ffcc00), persian green (#00b893) and apple (#69af4b)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Vibrant Purpleパレットを使った美しいUIコンポーネントを探索
💻 Vibrant Purple カラーパレット CSS
/* CSS */
.color-1 {
color: #7c4dff;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #00b893;
}
.color-5 {
color: #69af4b;
}
/* CSS Variables */
:root {
--color-1: #7c4dff;
--color-2: #ff7092;
--color-3: #ffcc00;
--color-4: #00b893;
--color-5: #69af4b;
} 🌈 Vibrant Purple の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c4dff, #ff7092, #ffcc00, #00b893, #69af4b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c4dff, #ff7092, #ffcc00, #00b893, #69af4b);
} 🔗 似たようなカラーパレットを探索
Vibrant Purple color palette created on .