Vibrant Dreamscape カラーパレット

美しいVibrant Dreamscapeカラーパレットをご紹介します。purple (#ab00b8), electric violet (#c00ed8), electric violet (#d824f0), heliotrope (#e738f0) and heliotrope (#ed47f0)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Vibrant Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #ab00b8;
}
.color-2 {
color: #c00ed8;
}
.color-3 {
color: #d824f0;
}
.color-4 {
color: #e738f0;
}
.color-5 {
color: #ed47f0;
}

/* CSS Variables */
:root {
--color-1: #ab00b8;
--color-2: #c00ed8;
--color-3: #d824f0;
--color-4: #e738f0;
--color-5: #ed47f0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ab00b8, #c00ed8, #d824f0, #e738f0, #ed47f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ab00b8, #c00ed8, #d824f0, #e738f0, #ed47f0);
}

Vibrant Dreamscape color palette created on .