Celestial Dreams カラーパレット

美しいCelestial Dreamsカラーパレットをご紹介します。grape (#4a1f5c), eminence (#6c2a92), fuchsia blue (#8d3bba), amethyst (#b84ad3) and hopbush (#d35f97)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Celestial Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #4a1f5c;
}
.color-2 {
color: #6c2a92;
}
.color-3 {
color: #8d3bba;
}
.color-4 {
color: #b84ad3;
}
.color-5 {
color: #d35f97;
}

/* CSS Variables */
:root {
--color-1: #4a1f5c;
--color-2: #6c2a92;
--color-3: #8d3bba;
--color-4: #b84ad3;
--color-5: #d35f97;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a1f5c, #6c2a92, #8d3bba, #b84ad3, #d35f97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a1f5c, #6c2a92, #8d3bba, #b84ad3, #d35f97);
}

Celestial Dreamsカラーパレットはに作成されました。