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