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