Warning Colors カラーパレット

美しいWarning Colorsカラーパレットをご紹介します。roman (#d8544f), tulip tree (#efac4d), viking (#5abfdd), fern (#5cb75c) and boston blue (#448cca)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Warning Colors カラーパレット CSS

/* CSS */
.color-1 {
color: #d8544f;
}
.color-2 {
color: #efac4d;
}
.color-3 {
color: #5abfdd;
}
.color-4 {
color: #5cb75c;
}
.color-5 {
color: #448cca;
}

/* CSS Variables */
:root {
--color-1: #d8544f;
--color-2: #efac4d;
--color-3: #5abfdd;
--color-4: #5cb75c;
--color-5: #448cca;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8544f, #efac4d, #5abfdd, #5cb75c, #448cca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8544f, #efac4d, #5abfdd, #5cb75c, #448cca);
}

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

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

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

Warning Colors color palette created on .