Crimson Depths カラーパレット

美しいCrimson Depthsカラーパレットをご紹介します。maroon flush (#c32061), maroon flush (#af1e5b), disco (#a11f5d), disco (#851c54) and wine berry (#591849)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Crimson Depths カラーパレット CSS

/* CSS */
.color-1 {
color: #c32061;
}
.color-2 {
color: #af1e5b;
}
.color-3 {
color: #a11f5d;
}
.color-4 {
color: #851c54;
}
.color-5 {
color: #591849;
}

/* CSS Variables */
:root {
--color-1: #c32061;
--color-2: #af1e5b;
--color-3: #a11f5d;
--color-4: #851c54;
--color-5: #591849;
}

🌈 Crimson Depths の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c32061, #af1e5b, #a11f5d, #851c54, #591849);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c32061, #af1e5b, #a11f5d, #851c54, #591849);
}

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