Celestial Dreamscape カラーパレット

美しいCelestial Dreamscapeカラーパレットをご紹介します。port gore (#1e1f4d), jacarta (#3a2c63), victoria (#5a4a8c), wisteria (#8a6ab4) and biloba flower (#c59fe5)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Celestial Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1f4d;
}
.color-2 {
color: #3a2c63;
}
.color-3 {
color: #5a4a8c;
}
.color-4 {
color: #8a6ab4;
}
.color-5 {
color: #c59fe5;
}

/* CSS Variables */
:root {
--color-1: #1e1f4d;
--color-2: #3a2c63;
--color-3: #5a4a8c;
--color-4: #8a6ab4;
--color-5: #c59fe5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f4d, #3a2c63, #5a4a8c, #8a6ab4, #c59fe5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f4d, #3a2c63, #5a4a8c, #8a6ab4, #c59fe5);
}

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