Celestial Veil カラーパレット
美しいCelestial Veilカラーパレットをご紹介します。port gore (#1b1f3b), victoria (#4e4f8d), ship cove (#797abe), prelude (#c4b2e0) and french lilac (#f3e4f6)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Celestial Veilパレットを使った美しいUIコンポーネントを探索
💻 Celestial Veil カラーパレット CSS
/* CSS */
.color-1 {
color: #1b1f3b;
}
.color-2 {
color: #4e4f8d;
}
.color-3 {
color: #797abe;
}
.color-4 {
color: #c4b2e0;
}
.color-5 {
color: #f3e4f6;
}
/* CSS Variables */
:root {
--color-1: #1b1f3b;
--color-2: #4e4f8d;
--color-3: #797abe;
--color-4: #c4b2e0;
--color-5: #f3e4f6;
} 🌈 Celestial Veil の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1f3b, #4e4f8d, #797abe, #c4b2e0, #f3e4f6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1f3b, #4e4f8d, #797abe, #c4b2e0, #f3e4f6);
} 🔗 似たようなカラーパレットを探索
Celestial Veil color palette created on .