Warning Colors カラーパレット

美しいWarning Colorsカラーパレットをご紹介します。red orange (#ff3c2e), california (#ff9900), school bus yellow (#ffd900), screamin' green (#5cff6c) and cerulean (#00bfff)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Warning Colors カラーパレット CSS

/* CSS */
.color-1 {
color: #ff3c2e;
}
.color-2 {
color: #ff9900;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #5cff6c;
}
.color-5 {
color: #00bfff;
}

/* CSS Variables */
:root {
--color-1: #ff3c2e;
--color-2: #ff9900;
--color-3: #ffd900;
--color-4: #5cff6c;
--color-5: #00bfff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3c2e, #ff9900, #ffd900, #5cff6c, #00bfff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3c2e, #ff9900, #ffd900, #5cff6c, #00bfff);
}

🔗 似たようなカラーパレットを探索

パレットが見つかりません

別のフィルターを試すか、現在の選択をクリアしてください。

Warning Colors color palette created on .