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