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