Whispers of Steel カラーパレット

美しいWhispers of Steelカラーパレットをご紹介します。silver chalice (#b0b0b0), silver chalice (#a3a3a3), dusty gray (#969696), gray (#8c8c8c) and gray (#808080)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Whispers of Steel カラーパレット CSS

/* CSS */
.color-1 {
color: #b0b0b0;
}
.color-2 {
color: #a3a3a3;
}
.color-3 {
color: #969696;
}
.color-4 {
color: #8c8c8c;
}
.color-5 {
color: #808080;
}

/* CSS Variables */
:root {
--color-1: #b0b0b0;
--color-2: #a3a3a3;
--color-3: #969696;
--color-4: #8c8c8c;
--color-5: #808080;
}

🌈 Whispers of Steel の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0b0b0, #a3a3a3, #969696, #8c8c8c, #808080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0b0b0, #a3a3a3, #969696, #8c8c8c, #808080);
}

Whispers of Steel color palette created on .