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