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