Vino Tinto カラーパレット

美しいVino Tintoカラーパレットをご紹介します。buccaneer (#682c37), coral tree (#a45b68), whiskey (#d29e6a), wheat (#f6e7b1) and smalt blue (#4d7b89)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Red, Wine, Earthy, Bright, Deep, Summer, Modern, Soft, Green, Orangeカラーパレットと組み合わせ。

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

Vino Tintoパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 Vino Tinto カラーパレット CSS

/* CSS */
.color-1 {
color: #682c37;
}
.color-2 {
color: #a45b68;
}
.color-3 {
color: #d29e6a;
}
.color-4 {
color: #f6e7b1;
}
.color-5 {
color: #4d7b89;
}

/* CSS Variables */
:root {
--color-1: #682c37;
--color-2: #a45b68;
--color-3: #d29e6a;
--color-4: #f6e7b1;
--color-5: #4d7b89;
}

🌈 Vino Tinto の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #682c37, #a45b68, #d29e6a, #f6e7b1, #4d7b89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #682c37, #a45b68, #d29e6a, #f6e7b1, #4d7b89);
}

Vino Tinto color palette created on .