Yandere カラーパレット

美しいYandereカラーパレットをご紹介します。apricot peach (#fbd3c1), rose bud (#f9a19f), froly (#ef6b7b), chestnut rose (#c94a6e) and camelot (#7b2d4c)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Yandere カラーパレット CSS

/* CSS */
.color-1 {
color: #fbd3c1;
}
.color-2 {
color: #f9a19f;
}
.color-3 {
color: #ef6b7b;
}
.color-4 {
color: #c94a6e;
}
.color-5 {
color: #7b2d4c;
}

/* CSS Variables */
:root {
--color-1: #fbd3c1;
--color-2: #f9a19f;
--color-3: #ef6b7b;
--color-4: #c94a6e;
--color-5: #7b2d4c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbd3c1, #f9a19f, #ef6b7b, #c94a6e, #7b2d4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbd3c1, #f9a19f, #ef6b7b, #c94a6e, #7b2d4c);
}

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