Shades of Gray Raven カラーパレット

美しいShades of Gray Ravenカラーパレットをご紹介します。shark (#2c2e35), trout (#4a4c59), jumbo (#7b7c8a), santas gray (#a1a3b5) and mischka (#d1d3e0)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Shades of Gray Raven カラーパレット CSS

/* CSS */
.color-1 {
color: #2c2e35;
}
.color-2 {
color: #4a4c59;
}
.color-3 {
color: #7b7c8a;
}
.color-4 {
color: #a1a3b5;
}
.color-5 {
color: #d1d3e0;
}

/* CSS Variables */
:root {
--color-1: #2c2e35;
--color-2: #4a4c59;
--color-3: #7b7c8a;
--color-4: #a1a3b5;
--color-5: #d1d3e0;
}

🌈 Shades of Gray Raven の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c2e35, #4a4c59, #7b7c8a, #a1a3b5, #d1d3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c2e35, #4a4c59, #7b7c8a, #a1a3b5, #d1d3e0);
}

Shades of Gray Raven color palette created on .