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