Cosmic Dreams カラーパレット
美しいCosmic Dreamsカラーパレットをご紹介します。port gore (#1b1f3b), jacarta (#3b2a6a), butterfly bush (#5a4c9a), blue marguerite (#7969bf) and logan (#a89cc4)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Space, Deep, Indigo, Purple, Vibrant, Modern, Night Sky, Bright Summer, Soft Winterカラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Cosmic Dreamsパレットを使った美しいUIコンポーネントを探索
💻 Cosmic Dreams カラーパレット CSS
/* CSS */
.color-1 {
color: #1b1f3b;
}
.color-2 {
color: #3b2a6a;
}
.color-3 {
color: #5a4c9a;
}
.color-4 {
color: #7969bf;
}
.color-5 {
color: #a89cc4;
}
/* CSS Variables */
:root {
--color-1: #1b1f3b;
--color-2: #3b2a6a;
--color-3: #5a4c9a;
--color-4: #7969bf;
--color-5: #a89cc4;
}
🌈 Cosmic Dreams の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1f3b, #3b2a6a, #5a4c9a, #7969bf, #a89cc4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1f3b, #3b2a6a, #5a4c9a, #7969bf, #a89cc4);
}
🔗 似たようなカラーパレットを探索
Cosmic Dreams color palette created on .