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