Undertale カラーパレット

美しいUndertaleカラーパレットをご紹介します。rose bud (#f9aeae), marzipan (#f9d89f), beryl green (#d1e3b5), regent st blue (#a4c8e0) and lavender purple (#a38ebe)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Undertale カラーパレット CSS

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f9d89f;
}
.color-3 {
color: #d1e3b5;
}
.color-4 {
color: #a4c8e0;
}
.color-5 {
color: #a38ebe;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f9d89f;
--color-3: #d1e3b5;
--color-4: #a4c8e0;
--color-5: #a38ebe;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f9d89f, #d1e3b5, #a4c8e0, #a38ebe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f9d89f, #d1e3b5, #a4c8e0, #a38ebe);
}

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