Graffiti 90s カラーパレット

美しいGraffiti 90sカラーパレットをご紹介します。orange (#ff6d1f), selective yellow (#ffb300), school bus yellow (#ffd900), vermilion (#ff3c00) and razzmatazz (#d6006f)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Graffiti 90s カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ff3c00;
}
.color-5 {
color: #d6006f;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb300;
--color-3: #ffd900;
--color-4: #ff3c00;
--color-5: #d6006f;
}

🌈 Graffiti 90s の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb300, #ffd900, #ff3c00, #d6006f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb300, #ffd900, #ff3c00, #d6006f);
}

Graffiti 90s color palette created on .