Vibrant Dreamscape カラーパレット
美しいVibrant Dreamscapeカラーパレットをご紹介します。electric violet (#8c00ff), medium purple (#a65fec), heliotrope (#c48aff), mauve (#e6a8ff) and mauve (#f2c7ff)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:カラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Vibrant Dreamscapeパレットを使った美しいUIコンポーネントを探索
💻 Vibrant Dreamscape カラーパレット CSS
/* CSS */
.color-1 {
color: #8c00ff;
}
.color-2 {
color: #a65fec;
}
.color-3 {
color: #c48aff;
}
.color-4 {
color: #e6a8ff;
}
.color-5 {
color: #f2c7ff;
}
/* CSS Variables */
:root {
--color-1: #8c00ff;
--color-2: #a65fec;
--color-3: #c48aff;
--color-4: #e6a8ff;
--color-5: #f2c7ff;
} 🌈 Vibrant Dreamscape の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c00ff, #a65fec, #c48aff, #e6a8ff, #f2c7ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c00ff, #a65fec, #c48aff, #e6a8ff, #f2c7ff);
} Vibrant Dreamscape color palette created on .