Mystic Rattata Dreams カラーパレット

美しいMystic Rattata Dreamsカラーパレットをご紹介します。east side (#b89cc9), bouquet (#a47098), affair (#6e4e8d), jacarta (#4c2a6f) and valentino (#2e0b3c)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Mystic Rattata Dreamsパレットを使った美しいUIコンポーネントを探索

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

💻 Mystic Rattata Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #b89cc9;
}
.color-2 {
color: #a47098;
}
.color-3 {
color: #6e4e8d;
}
.color-4 {
color: #4c2a6f;
}
.color-5 {
color: #2e0b3c;
}

/* CSS Variables */
:root {
--color-1: #b89cc9;
--color-2: #a47098;
--color-3: #6e4e8d;
--color-4: #4c2a6f;
--color-5: #2e0b3c;
}

🌈 Mystic Rattata Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b89cc9, #a47098, #6e4e8d, #4c2a6f, #2e0b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b89cc9, #a47098, #6e4e8d, #4c2a6f, #2e0b3c);
}

Mystic Rattata Dreams color palette created on .