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