Crimson Grey カラーパレット
美しいCrimson Greyカラーパレットをご紹介します。cedar (#3e1414), buccaneer (#5c2e31), copper rust (#874a4f), thatch (#b69aa0) and swiss coffee (#d5c8cc)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Crimson Greyパレットを使った美しいUIコンポーネントを探索
💻 Crimson Grey カラーパレット CSS
/* CSS */
.color-1 {
color: #3e1414;
}
.color-2 {
color: #5c2e31;
}
.color-3 {
color: #874a4f;
}
.color-4 {
color: #b69aa0;
}
.color-5 {
color: #d5c8cc;
}
/* CSS Variables */
:root {
--color-1: #3e1414;
--color-2: #5c2e31;
--color-3: #874a4f;
--color-4: #b69aa0;
--color-5: #d5c8cc;
} 🌈 Crimson Grey の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e1414, #5c2e31, #874a4f, #b69aa0, #d5c8cc);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e1414, #5c2e31, #874a4f, #b69aa0, #d5c8cc);
} 🔗 似たようなカラーパレットを探索
Crimson Grey color palette created on .