Unwanted Vibrance カラーパレット

美しいUnwanted Vibranceカラーパレットをご紹介します。buttercup (#f5a524), flame pea (#d95e36), maroon flush (#c4213f), plum (#8c2b6f) and black (#000000)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Unwanted Vibrance カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #d95e36;
}
.color-3 {
color: #c4213f;
}
.color-4 {
color: #8c2b6f;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #d95e36;
--color-3: #c4213f;
--color-4: #8c2b6f;
--color-5: #000000;
}

🌈 Unwanted Vibrance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #d95e36, #c4213f, #8c2b6f, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #d95e36, #c4213f, #8c2b6f, #000000);
}

Unwanted Vibranceカラーパレットはに作成されました。