Rhinoceros カラーパレット

美しいRhinocerosカラーパレットをご紹介します。blue smoke (#7b8e8c), edward (#a0b6b0), moon mist (#d0d6c2), sahara sand (#f3e586) and web orange (#f5a300)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Africa, Bright, Earthy, Gray, Green, Nature, Safari, Soft, Warm, Yellowカラーパレットと組み合わせ。

💡 できること

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

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

UI例

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

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

💻 Rhinoceros カラーパレット CSS

/* CSS */
.color-1 {
color: #7b8e8c;
}
.color-2 {
color: #a0b6b0;
}
.color-3 {
color: #d0d6c2;
}
.color-4 {
color: #f3e586;
}
.color-5 {
color: #f5a300;
}

/* CSS Variables */
:root {
--color-1: #7b8e8c;
--color-2: #a0b6b0;
--color-3: #d0d6c2;
--color-4: #f3e586;
--color-5: #f5a300;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b8e8c, #a0b6b0, #d0d6c2, #f3e586, #f5a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b8e8c, #a0b6b0, #d0d6c2, #f3e586, #f5a300);
}

Rhinoceros color palette created on .