美しいPurple Grapeカラーパレットをご紹介します。eminence (#6f2c90), tapestry (#a95b9c), kobi (#e5a9c4), mandys pink (#f3b6a5) and marzipan (#f8d49b)で構成されています。
Purple Grape カラーパレット
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、カラーパレットと組み合わせの特性を共有しています。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
Purple Grapeパレットが実際のUIコンポーネントやデザイン要素でどのように機能するかを探索してください。
UI例
Purple Grapeパレットを使った美しいUIコンポーネントを探索
💻 Purple Grape カラーパレット CSS
/* CSS */
.color-1 {
color: #6f2c90;
}
.color-2 {
color: #a95b9c;
}
.color-3 {
color: #e5a9c4;
}
.color-4 {
color: #f3b6a5;
}
.color-5 {
color: #f8d49b;
}
/* CSS Variables */
:root {
--color-1: #6f2c90;
--color-2: #a95b9c;
--color-3: #e5a9c4;
--color-4: #f3b6a5;
--color-5: #f8d49b;
}
🌈 Purple Grape の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f2c90, #a95b9c, #e5a9c4, #f3b6a5, #f8d49b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f2c90, #a95b9c, #e5a9c4, #f3b6a5, #f8d49b);
}
🔗 似たようなカラーパレットを探索
Purple Grape color palette created on .