Crimson Whispers カラーパレット

美しいCrimson Whispersカラーパレットをご紹介します。claret (#7a1a2f), cadillac (#a84d5c), my pink (#d6998a), desert sand (#efc7b8) and albescent white (#f5e1d6)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Crimson Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #7a1a2f;
}
.color-2 {
color: #a84d5c;
}
.color-3 {
color: #d6998a;
}
.color-4 {
color: #efc7b8;
}
.color-5 {
color: #f5e1d6;
}

/* CSS Variables */
:root {
--color-1: #7a1a2f;
--color-2: #a84d5c;
--color-3: #d6998a;
--color-4: #efc7b8;
--color-5: #f5e1d6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a1a2f, #a84d5c, #d6998a, #efc7b8, #f5e1d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a1a2f, #a84d5c, #d6998a, #efc7b8, #f5e1d6);
}

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