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