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