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