70s Gemstone カラーパレット

美しい70s Gemstoneカラーパレットをご紹介します。oxley (#7d9b8f), gum leaf (#b7d7c6), blossom (#e1b7c3), burning sand (#d98e7d) and contessa (#c06b5d)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 70s Gemstone カラーパレット CSS

/* CSS */
.color-1 {
color: #7d9b8f;
}
.color-2 {
color: #b7d7c6;
}
.color-3 {
color: #e1b7c3;
}
.color-4 {
color: #d98e7d;
}
.color-5 {
color: #c06b5d;
}

/* CSS Variables */
:root {
--color-1: #7d9b8f;
--color-2: #b7d7c6;
--color-3: #e1b7c3;
--color-4: #d98e7d;
--color-5: #c06b5d;
}

🌈 70s Gemstone の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d9b8f, #b7d7c6, #e1b7c3, #d98e7d, #c06b5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d9b8f, #b7d7c6, #e1b7c3, #d98e7d, #c06b5d);
}

70s Gemstone color palette created on .