Vibrant Dreamscape カラーパレット

美しいVibrant Dreamscapeカラーパレットをご紹介します。ripe plum (#46004d), ripe plum (#4e025a), clairvoyant (#560561), clairvoyant (#5f0863) and clairvoyant (#640b66)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Vibrant Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #46004d;
}
.color-2 {
color: #4e025a;
}
.color-3 {
color: #560561;
}
.color-4 {
color: #5f0863;
}
.color-5 {
color: #640b66;
}

/* CSS Variables */
:root {
--color-1: #46004d;
--color-2: #4e025a;
--color-3: #560561;
--color-4: #5f0863;
--color-5: #640b66;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #46004d, #4e025a, #560561, #5f0863, #640b66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #46004d, #4e025a, #560561, #5f0863, #640b66);
}

Vibrant Dreamscape color palette created on .