Red Devil カラーパレット

美しいRed Devilカラーパレットをご紹介します。red devil (#830110), tall poppy (#c62a2a), carnation (#f25050), casablanca (#f8b154) and gorse (#ffec3d)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Red Devil カラーパレット CSS

/* CSS */
.color-1 {
color: #830110;
}
.color-2 {
color: #c62a2a;
}
.color-3 {
color: #f25050;
}
.color-4 {
color: #f8b154;
}
.color-5 {
color: #ffec3d;
}

/* CSS Variables */
:root {
--color-1: #830110;
--color-2: #c62a2a;
--color-3: #f25050;
--color-4: #f8b154;
--color-5: #ffec3d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #830110, #c62a2a, #f25050, #f8b154, #ffec3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #830110, #c62a2a, #f25050, #f8b154, #ffec3d);
}

Red Devil color palette created on .