Carmine Dreams カラーパレット

美しいCarmine Dreamsカラーパレットをご紹介します。cherrywood (#661515), crown of thorns (#7d2628), tosca (#8c3b3c), copper rust (#974e4f) and au chico (#97595a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Carmine Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #661515;
}
.color-2 {
color: #7d2628;
}
.color-3 {
color: #8c3b3c;
}
.color-4 {
color: #974e4f;
}
.color-5 {
color: #97595a;
}

/* CSS Variables */
:root {
--color-1: #661515;
--color-2: #7d2628;
--color-3: #8c3b3c;
--color-4: #974e4f;
--color-5: #97595a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #661515, #7d2628, #8c3b3c, #974e4f, #97595a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #661515, #7d2628, #8c3b3c, #974e4f, #97595a);
}

Carmine Dreams color palette created on .