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