The Condesce カラーパレット

美しいThe Condesceカラーパレットをご紹介します。anzac (#e3b04a), brandy punch (#d68b29), tuscany (#b7522a), tawny port (#71282d) and wine berry (#4c1f3b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 The Condesce カラーパレット CSS

/* CSS */
.color-1 {
color: #e3b04a;
}
.color-2 {
color: #d68b29;
}
.color-3 {
color: #b7522a;
}
.color-4 {
color: #71282d;
}
.color-5 {
color: #4c1f3b;
}

/* CSS Variables */
:root {
--color-1: #e3b04a;
--color-2: #d68b29;
--color-3: #b7522a;
--color-4: #71282d;
--color-5: #4c1f3b;
}

🌈 The Condesce の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b04a, #d68b29, #b7522a, #71282d, #4c1f3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b04a, #d68b29, #b7522a, #71282d, #4c1f3b);
}

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