Crown of Thorns カラーパレット

美しいCrown of Thornsカラーパレットをご紹介します。crown of thorns (#761e1e), copper rust (#9b4b4b), old rose (#c87e7e), shilo (#eab8b8) and vanilla ice (#f7e4e4)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Crown of Thornsパレットを使った美しいUIコンポーネントを探索

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

💻 Crown of Thorns カラーパレット CSS

/* CSS */
.color-1 {
color: #761e1e;
}
.color-2 {
color: #9b4b4b;
}
.color-3 {
color: #c87e7e;
}
.color-4 {
color: #eab8b8;
}
.color-5 {
color: #f7e4e4;
}

/* CSS Variables */
:root {
--color-1: #761e1e;
--color-2: #9b4b4b;
--color-3: #c87e7e;
--color-4: #eab8b8;
--color-5: #f7e4e4;
}

🌈 Crown of Thorns の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #761e1e, #9b4b4b, #c87e7e, #eab8b8, #f7e4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #761e1e, #9b4b4b, #c87e7e, #eab8b8, #f7e4e4);
}

Crown of Thornsカラーパレットはに作成されました。