Shades of Persian Plum カラーパレット

美しいShades of Persian Plumカラーパレットをご紹介します。burnt umber (#8d2a2a), copper rust (#9e5151), old rose (#c17676), tonys pink (#e8a1a1) and we peep (#f5d1d1)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Shades of Persian Plumパレットを使った美しいUIコンポーネントを探索

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

💻 Shades of Persian Plum カラーパレット CSS

/* CSS */
.color-1 {
color: #8d2a2a;
}
.color-2 {
color: #9e5151;
}
.color-3 {
color: #c17676;
}
.color-4 {
color: #e8a1a1;
}
.color-5 {
color: #f5d1d1;
}

/* CSS Variables */
:root {
--color-1: #8d2a2a;
--color-2: #9e5151;
--color-3: #c17676;
--color-4: #e8a1a1;
--color-5: #f5d1d1;
}

🌈 Shades of Persian Plum の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8d2a2a, #9e5151, #c17676, #e8a1a1, #f5d1d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8d2a2a, #9e5151, #c17676, #e8a1a1, #f5d1d1);
}

Shades of Persian Plum color palette created on .