Rotten Skull カラーパレット

美しいRotten Skullカラーパレットをご紹介します。ironside gray (#69685d), martini (#a8a19f), akaroa (#d4c1a1), white rock (#eae2d1) and beige (#f8f9eb)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Rotten Skull カラーパレット CSS

/* CSS */
.color-1 {
color: #69685d;
}
.color-2 {
color: #a8a19f;
}
.color-3 {
color: #d4c1a1;
}
.color-4 {
color: #eae2d1;
}
.color-5 {
color: #f8f9eb;
}

/* CSS Variables */
:root {
--color-1: #69685d;
--color-2: #a8a19f;
--color-3: #d4c1a1;
--color-4: #eae2d1;
--color-5: #f8f9eb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69685d, #a8a19f, #d4c1a1, #eae2d1, #f8f9eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69685d, #a8a19f, #d4c1a1, #eae2d1, #f8f9eb);
}

Rotten Skull color palette created on .