Celestial Whirls カラーパレット

美しいCelestial Whirlsカラーパレットをご紹介します。grape (#3e1a47), eminence (#602b6e), affair (#7c4a8c), amethyst smoke (#a78db9) and french lilac (#e4b5e8)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Celestial Whirls カラーパレット CSS

/* CSS */
.color-1 {
color: #3e1a47;
}
.color-2 {
color: #602b6e;
}
.color-3 {
color: #7c4a8c;
}
.color-4 {
color: #a78db9;
}
.color-5 {
color: #e4b5e8;
}

/* CSS Variables */
:root {
--color-1: #3e1a47;
--color-2: #602b6e;
--color-3: #7c4a8c;
--color-4: #a78db9;
--color-5: #e4b5e8;
}

🌈 Celestial Whirls の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e1a47, #602b6e, #7c4a8c, #a78db9, #e4b5e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e1a47, #602b6e, #7c4a8c, #a78db9, #e4b5e8);
}

Celestial Whirls color palette created on .