Strip Club カラーパレット

美しいStrip Clubカラーパレットをご紹介します。razzmatazz (#ce0861), tango (#ef6821), gamboge (#eda409), corn (#edc709) and shiraz (#a50738)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Autumn, Burgundy, Crimson, Fun, Gold, Orange, Retro, Vibrant, Warm, Yellowカラーパレットと組み合わせ。

💡 できること

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

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

UI例

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

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

💻 Strip Club カラーパレット CSS

/* CSS */
.color-1 {
color: #ce0861;
}
.color-2 {
color: #ef6821;
}
.color-3 {
color: #eda409;
}
.color-4 {
color: #edc709;
}
.color-5 {
color: #a50738;
}

/* CSS Variables */
:root {
--color-1: #ce0861;
--color-2: #ef6821;
--color-3: #eda409;
--color-4: #edc709;
--color-5: #a50738;
}

🌈 Strip Club の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ce0861, #ef6821, #eda409, #edc709, #a50738);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ce0861, #ef6821, #eda409, #edc709, #a50738);
}

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