Undertale Colors カラーパレット

美しいUndertale Colorsカラーパレットをご紹介します。red (#e60000), pizazz (#ff8c00), gorse (#ffec3d), green (#00b300) and san marino (#4051b5)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Undertale Colors カラーパレット CSS

/* CSS */
.color-1 {
color: #e60000;
}
.color-2 {
color: #ff8c00;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #00b300;
}
.color-5 {
color: #4051b5;
}

/* CSS Variables */
:root {
--color-1: #e60000;
--color-2: #ff8c00;
--color-3: #ffec3d;
--color-4: #00b300;
--color-5: #4051b5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e60000, #ff8c00, #ffec3d, #00b300, #4051b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e60000, #ff8c00, #ffec3d, #00b300, #4051b5);
}

Undertale Colors color palette created on .