Charcoal Dreams カラーパレット

美しいCharcoal Dreamsカラーパレットをご紹介します。shark (#292c33), abbey (#4b5158), pale sky (#6e757c), hit gray (#a2b3b9) and iron (#d1d9db)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Charcoal Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #292c33;
}
.color-2 {
color: #4b5158;
}
.color-3 {
color: #6e757c;
}
.color-4 {
color: #a2b3b9;
}
.color-5 {
color: #d1d9db;
}

/* CSS Variables */
:root {
--color-1: #292c33;
--color-2: #4b5158;
--color-3: #6e757c;
--color-4: #a2b3b9;
--color-5: #d1d9db;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #292c33, #4b5158, #6e757c, #a2b3b9, #d1d9db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #292c33, #4b5158, #6e757c, #a2b3b9, #d1d9db);
}

Charcoal Dreamsカラーパレットはに作成されました。