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