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