Shades of Heliotrope カラーパレット

美しいShades of Heliotropeカラーパレットをご紹介します。heliotrope (#df75ff), amethyst (#b74bc3), plum (#8b2d8b), pigment indigo (#5b0080) and ripe plum (#3c005c)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Shades of Heliotropeパレットを使った美しいUIコンポーネントを探索

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

💻 Shades of Heliotrope カラーパレット CSS

/* CSS */
.color-1 {
color: #df75ff;
}
.color-2 {
color: #b74bc3;
}
.color-3 {
color: #8b2d8b;
}
.color-4 {
color: #5b0080;
}
.color-5 {
color: #3c005c;
}

/* CSS Variables */
:root {
--color-1: #df75ff;
--color-2: #b74bc3;
--color-3: #8b2d8b;
--color-4: #5b0080;
--color-5: #3c005c;
}

🌈 Shades of Heliotrope の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #df75ff, #b74bc3, #8b2d8b, #5b0080, #3c005c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #df75ff, #b74bc3, #8b2d8b, #5b0080, #3c005c);
}

Shades of Heliotrope color palette created on .