美しいVox Vibranceカラーパレットをご紹介します。carissma (#e97ca0), texas rose (#ffb84d), breaker bay (#609d9f), bittersweet (#ff6e61) and energy yellow (#f5d547)で構成されています。
Vox Vibrance カラーパレット
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、カラーパレットと組み合わせの特性を共有しています。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
Vox Vibranceパレットが実際のUIコンポーネントやデザイン要素でどのように機能するかを探索してください。
UI例
Vox Vibranceパレットを使った美しいUIコンポーネントを探索
💻 Vox Vibrance カラーパレット CSS
/* CSS */
.color-1 {
color: #e97ca0;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #609d9f;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #f5d547;
}
/* CSS Variables */
:root {
--color-1: #e97ca0;
--color-2: #ffb84d;
--color-3: #609d9f;
--color-4: #ff6e61;
--color-5: #f5d547;
}
🌈 Vox Vibrance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e97ca0, #ffb84d, #609d9f, #ff6e61, #f5d547);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e97ca0, #ffb84d, #609d9f, #ff6e61, #f5d547);
}
🔗 似たようなカラーパレットを探索
Vox Vibrance color palette created on .