Crimson Ember Tapestry カラーパレット

美しいCrimson Ember Tapestryカラーパレットをご紹介します。oriental pink (#c39792), au chico (#945c57), lotus (#723e3c), merlot (#7a1a1f) and cocoa bean (#511f25)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Crimson Ember Tapestryパレットを使った美しいUIコンポーネントを探索

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

💻 Crimson Ember Tapestry カラーパレット CSS

/* CSS */
.color-1 {
color: #c39792;
}
.color-2 {
color: #945c57;
}
.color-3 {
color: #723e3c;
}
.color-4 {
color: #7a1a1f;
}
.color-5 {
color: #511f25;
}

/* CSS Variables */
:root {
--color-1: #c39792;
--color-2: #945c57;
--color-3: #723e3c;
--color-4: #7a1a1f;
--color-5: #511f25;
}

🌈 Crimson Ember Tapestry の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c39792, #945c57, #723e3c, #7a1a1f, #511f25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c39792, #945c57, #723e3c, #7a1a1f, #511f25);
}

Crimson Ember Tapestry color palette created on .