Dusky Serenity Palette カラーパレット

美しいDusky Serenity Paletteカラーパレットをご紹介します。opium (#8f7072), gothic (#6c8d9d), matterhorn (#4a3a3b), gravel (#4a464e) and cold turkey (#c5b5b6)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Dusky Serenity Palette カラーパレット CSS

/* CSS */
.color-1 {
color: #8f7072;
}
.color-2 {
color: #6c8d9d;
}
.color-3 {
color: #4a3a3b;
}
.color-4 {
color: #4a464e;
}
.color-5 {
color: #c5b5b6;
}

/* CSS Variables */
:root {
--color-1: #8f7072;
--color-2: #6c8d9d;
--color-3: #4a3a3b;
--color-4: #4a464e;
--color-5: #c5b5b6;
}

🌈 Dusky Serenity Palette の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f7072, #6c8d9d, #4a3a3b, #4a464e, #c5b5b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f7072, #6c8d9d, #4a3a3b, #4a464e, #c5b5b6);
}

Dusky Serenity Palette color palette created on .