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