Rosey Mary Jane カラーパレット

美しいRosey Mary Janeカラーパレットをご紹介します。pharlap (#a47c79), clam shell (#d7b8b7), pot pourri (#f1e0d5), cashmere (#e9b3a0) and wheat (#f6d6c1)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Rosey Mary Janeパレットを使った美しいUIコンポーネントを探索

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

💻 Rosey Mary Jane カラーパレット CSS

/* CSS */
.color-1 {
color: #a47c79;
}
.color-2 {
color: #d7b8b7;
}
.color-3 {
color: #f1e0d5;
}
.color-4 {
color: #e9b3a0;
}
.color-5 {
color: #f6d6c1;
}

/* CSS Variables */
:root {
--color-1: #a47c79;
--color-2: #d7b8b7;
--color-3: #f1e0d5;
--color-4: #e9b3a0;
--color-5: #f6d6c1;
}

🌈 Rosey Mary Jane の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a47c79, #d7b8b7, #f1e0d5, #e9b3a0, #f6d6c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a47c79, #d7b8b7, #f1e0d5, #e9b3a0, #f6d6c1);
}

Rosey Mary Jane color palette created on .