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