Retro Technical Drawing カラーパレット

美しいRetro Technical Drawingカラーパレットをご紹介します。saffron mango (#f8c84f), rajah (#f7a76e), deep blush (#e77e8e), cold purple (#b49bd9) and butterfly bush (#6c5091)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Retro Technical Drawingパレットを使った美しいUIコンポーネントを探索

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

💻 Retro Technical Drawing カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c84f;
}
.color-2 {
color: #f7a76e;
}
.color-3 {
color: #e77e8e;
}
.color-4 {
color: #b49bd9;
}
.color-5 {
color: #6c5091;
}

/* CSS Variables */
:root {
--color-1: #f8c84f;
--color-2: #f7a76e;
--color-3: #e77e8e;
--color-4: #b49bd9;
--color-5: #6c5091;
}

🌈 Retro Technical Drawing の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c84f, #f7a76e, #e77e8e, #b49bd9, #6c5091);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c84f, #f7a76e, #e77e8e, #b49bd9, #6c5091);
}

Retro Technical Drawingカラーパレットはに作成されました。