Shades of Red カラーパレット
美しいShades of Redカラーパレットをご紹介します。bittersweet (#ff6161), roman (#d84f4f), medium carmine (#b43c3c), burnt umber (#8d2525) and crown of thorns (#6f1f1f)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Red, Bright, Cool Winter, Fun, Warmカラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Shades of Redパレットを使った美しいUIコンポーネントを探索
💻 Shades of Red カラーパレット CSS
/* CSS */
.color-1 {
color: #ff6161;
}
.color-2 {
color: #d84f4f;
}
.color-3 {
color: #b43c3c;
}
.color-4 {
color: #8d2525;
}
.color-5 {
color: #6f1f1f;
}
/* CSS Variables */
:root {
--color-1: #ff6161;
--color-2: #d84f4f;
--color-3: #b43c3c;
--color-4: #8d2525;
--color-5: #6f1f1f;
}
🌈 Shades of Red の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6161, #d84f4f, #b43c3c, #8d2525, #6f1f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6161, #d84f4f, #b43c3c, #8d2525, #6f1f1f);
}
🔗 似たようなカラーパレットを探索
Shades of Red color palette created on .